Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,13 +58,7 @@ iface = gr.Interface(
|
|
58 |
outputs=gr.Textbox(label="Output Text"),
|
59 |
examples=["Hello", "What is the weather today?", "Tell me a joke"],
|
60 |
title="Vectara Chatbot",
|
61 |
-
description="Ask me anything using the Vectara API!"
|
62 |
-
submit="Send",
|
63 |
-
stop="Stop",
|
64 |
-
retry="Retry",
|
65 |
-
undo="Undo",
|
66 |
-
clear="Clear",
|
67 |
-
autofocus=True
|
68 |
)
|
69 |
|
70 |
iface.launch()
|
|
|
58 |
outputs=gr.Textbox(label="Output Text"),
|
59 |
examples=["Hello", "What is the weather today?", "Tell me a joke"],
|
60 |
title="Vectara Chatbot",
|
61 |
+
description="Ask me anything using the Vectara API!"
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
)
|
63 |
|
64 |
iface.launch()
|