Update app.py
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks(css=css) as demo:
|
|
252 |
# output_text = gr.Textbox(label="Output Text")
|
253 |
with gr.Accordion('Prediction:', open=True):
|
254 |
output_markdown = gr.Markdown(label="Output")
|
255 |
-
with gr.Row(
|
256 |
chatbot = gr.Chatbot(placeholder="<strong>Is this prediction helpful?</strong><br>")
|
257 |
chatbot.like(vote, None, None)
|
258 |
# with gr.Row(label="Your feedback"):
|
|
|
252 |
# output_text = gr.Textbox(label="Output Text")
|
253 |
with gr.Accordion('Prediction:', open=True):
|
254 |
output_markdown = gr.Markdown(label="Output")
|
255 |
+
with gr.Row():
|
256 |
chatbot = gr.Chatbot(placeholder="<strong>Is this prediction helpful?</strong><br>")
|
257 |
chatbot.like(vote, None, None)
|
258 |
# with gr.Row(label="Your feedback"):
|