Spaces:
Sleeping
Sleeping
fix: fix chat ui
Browse filesSigned-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
app.py
CHANGED
|
@@ -87,10 +87,7 @@ demo = gr.ChatInterface(
|
|
| 87 |
"Create a user named John Doe with email john.doe@example.com",
|
| 88 |
"What SCIM tools do you have access to?",
|
| 89 |
"Show me user information for user ID 12345"
|
| 90 |
-
]
|
| 91 |
-
retry_btn=True,
|
| 92 |
-
undo_btn=True,
|
| 93 |
-
clear_btn=True
|
| 94 |
)
|
| 95 |
|
| 96 |
if __name__ == "__main__":
|
|
|
|
| 87 |
"Create a user named John Doe with email john.doe@example.com",
|
| 88 |
"What SCIM tools do you have access to?",
|
| 89 |
"Show me user information for user ID 12345"
|
| 90 |
+
]
|
|
|
|
|
|
|
|
|
|
| 91 |
)
|
| 92 |
|
| 93 |
if __name__ == "__main__":
|