Tonic commited on
Commit
9ed9d81
·
1 Parent(s): da239a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
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()