EmicoBinsfinder commited on
Commit
99c33b8
1 Parent(s): e5a45fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
46
  text2 = gr.Textbox(label="Output")
47
 
48
  chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
49
- with gr.Row():
50
  with gr.Column(scale=0.85):
51
  txt = gr.Textbox(
52
  show_label=False,
 
46
  text2 = gr.Textbox(label="Output")
47
 
48
  chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
49
+ with gr.Row():
50
  with gr.Column(scale=0.85):
51
  txt = gr.Textbox(
52
  show_label=False,