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