dawood HF Staff commited on
Commit
83a6c8a
·
1 Parent(s): e2c6636

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def predict(btn_upload, counter,image_hid, input, history):
82
  return history, history, "uploaded_image.png", counter, image_hid
83
 
84
  #Blocks Layout
85
- with gr.Blocks(css="#chatbot-component .overflow-y-auto{height:800px}") as demo:
86
  with gr.Row():
87
  with gr.Column(scale=1):
88
  #with gr.Accordion("See details"):
 
82
  return history, history, "uploaded_image.png", counter, image_hid
83
 
84
  #Blocks Layout
85
+ with gr.Blocks(css="#chatbot-component {height: 800px}") as demo:
86
  with gr.Row():
87
  with gr.Column(scale=1):
88
  #with gr.Accordion("See details"):