Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -392,11 +392,7 @@ def respond(
|
|
392 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
393 |
"""
|
394 |
demo = chatBot = gr.ChatInterface(
|
395 |
-
respond
|
396 |
-
retry_btn=None,
|
397 |
-
undo_btn="Undo",
|
398 |
-
clear_btn="Clear",
|
399 |
-
examples=["Explain me the history of the game","Let's start the game setting my name to AncientEncoder and list me the options of Character and Race","Explain how to use Domination Codex","List Domination Codex game rules","List races and characters tables,and tell me how i can set my character","List Domination Codex complete magic hashtag table and show me how to use Twitter spells","I'm AncientEncoder, Trancendent Charactermancer, generate Mission for British Museum"]
|
400 |
)
|
401 |
|
402 |
|
|
|
392 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
393 |
"""
|
394 |
demo = chatBot = gr.ChatInterface(
|
395 |
+
respond
|
|
|
|
|
|
|
|
|
396 |
)
|
397 |
|
398 |
|