rodrisouza commited on
Commit
d5d1f4c
·
verified ·
1 Parent(s): 1b79c4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,9 +204,9 @@ with gr.Blocks() as demo:
204
  gr.Markdown("## Chat")
205
  with gr.Group():
206
  selected_story_textbox = gr.Textbox(label="Selected Story", lines=10, interactive=False)
 
207
  chatbot_input = gr.Textbox(placeholder="Type your message here...", label="User Input")
208
  send_message_button = gr.Button("Send")
209
- chatbot_output = gr.Chatbot(label="Chat History")
210
 
211
  gr.Markdown("## Evaluation")
212
  with gr.Group():
 
204
  gr.Markdown("## Chat")
205
  with gr.Group():
206
  selected_story_textbox = gr.Textbox(label="Selected Story", lines=10, interactive=False)
207
+ chatbot_output = gr.Chatbot(label="Chat History")
208
  chatbot_input = gr.Textbox(placeholder="Type your message here...", label="User Input")
209
  send_message_button = gr.Button("Send")
 
210
 
211
  gr.Markdown("## Evaluation")
212
  with gr.Group():