wenkai commited on
Commit
ecce336
·
verified ·
1 Parent(s): 2ad7e51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(label="Your feedback"):
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"):