Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ iface = gr.Interface(
|
|
| 93 |
],
|
| 94 |
outputs="text",
|
| 95 |
title="Slack Project Manager Bot",
|
| 96 |
-
description="Enter your task and usernames; it will be processed by
|
| 97 |
)
|
| 98 |
|
| 99 |
if __name__ == "__main__":
|
|
|
|
| 93 |
],
|
| 94 |
outputs="text",
|
| 95 |
title="Slack Project Manager Bot",
|
| 96 |
+
description="Enter your task and usernames; it will be processed by Artificial Intelligence and assigned to users on Slack!"
|
| 97 |
)
|
| 98 |
|
| 99 |
if __name__ == "__main__":
|