kakuguo commited on
Commit
bbc49f2
1 Parent(s): 2fa04e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -26,8 +26,7 @@ with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as d
26
 
27
  with gr.Row():
28
  #txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter").style(container=False)
29
- txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter").style(scale=0.8)
30
-
31
 
32
  txt.submit(answer, [txt, state], [chatbot, state])
33
 
 
26
 
27
  with gr.Row():
28
  #txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter").style(container=False)
29
+ txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter")
 
30
 
31
  txt.submit(answer, [txt, state], [chatbot, state])
32