KvrParaskevi commited on
Commit
d626b72
·
verified ·
1 Parent(s): 52d1701

Update app.py

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