u393845 commited on
Commit
f81e998
1 Parent(s): b852af3
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as dem
272
  ], label='Select Model')
273
  btn = gr.Button(value='Submit')
274
 
275
- #btn.style(full_width=True)
276
 
277
  with gr.Group():
278
  chatbot = gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot")
 
272
  ], label='Select Model')
273
  btn = gr.Button(value='Submit')
274
 
275
+ btn.style(full_width=True)
276
 
277
  with gr.Group():
278
  chatbot = gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot")
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio
2
  PyMuPDF
3
  numpy
4
  scikit-learn
 
1
+ gradio==3.20.0
2
  PyMuPDF
3
  numpy
4
  scikit-learn