ysharma HF Staff commited on
Commit
2c500d4
·
1 Parent(s): 2df78a7

update layout

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 - leaving this here for moment - "#chatbot-component .overflow-y-auto{height:800px}"
85
- with gr.Blocks(css="#chatbot-component {height: 800px} #input_prompt {position: fixed; bottom: 0;}") 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 - leaving this here for moment - "#chatbot-component .overflow-y-auto{height:800px}"
85
+ with gr.Blocks(css="#chatbot-component {height: 600px} #input_prompt {position: absolute; bottom: 0;}") as demo:
86
  with gr.Row():
87
  with gr.Column(scale=1):
88
  #with gr.Accordion("See details"):