chenhunghan commited on
Commit
d791e39
·
unverified ·
1 Parent(s): 057a106

fix: fix chat ui

Browse files

Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>

Files changed (1) hide show
  1. app.py +1 -4
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__":