kaxap commited on
Commit
0617bee
·
1 Parent(s): 01545ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def query(message: str, chat_history: list) -> str:
29
 
30
  with gr.Blocks() as demo:
31
  chatbot = gr.Chatbot(label="Awesome airlines chatbot assistant")
32
- msg = gr.Textbox(label="message", placeholder="")
33
  clear = gr.ClearButton([msg, chatbot])
34
 
35
  def respond(message, chat_history: list):
 
29
 
30
  with gr.Blocks() as demo:
31
  chatbot = gr.Chatbot(label="Awesome airlines chatbot assistant")
32
+ msg = gr.Textbox(label="message (API is turned off, message me to turn it back on)", placeholder="")
33
  clear = gr.ClearButton([msg, chatbot])
34
 
35
  def respond(message, chat_history: list):