Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|