Update app.py
Browse files
app.py
CHANGED
@@ -68,8 +68,8 @@ def chat_output(message, history):
|
|
68 |
|
69 |
with gr.Blocks() as demo:
|
70 |
|
71 |
-
chatbot_component = gr.Chatbot(height=300, label = "history")
|
72 |
-
textbox_component = gr.Textbox(placeholder="Can I help you to book a hotel?", container=False, label = "input", scale=7)
|
73 |
|
74 |
demo.chatbot_interface = gr.ChatInterface(
|
75 |
fn=chat_output,
|
|
|
68 |
|
69 |
with gr.Blocks() as demo:
|
70 |
|
71 |
+
#chatbot_component = gr.Chatbot(height=300, label = "history")
|
72 |
+
#textbox_component = gr.Textbox(placeholder="Can I help you to book a hotel?", container=False, label = "input", scale=7)
|
73 |
|
74 |
demo.chatbot_interface = gr.ChatInterface(
|
75 |
fn=chat_output,
|