Spaces:
Runtime error
Runtime error
update layout
Browse files
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:
|
| 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"):
|