Nikhil0987 commited on
Commit
e0399cd
·
verified ·
1 Parent(s): b25cdda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks() as demo:
93
 
94
  with gr.Row():
95
  chatbot = gr.Chatbot(value=[], elem_id='chatbot') # Removed .style()
96
- show_img = gr.Image(label='Upload PDF').style(height=680)
97
 
98
  with gr.Row():
99
  with gr.Column(scale=0.70):
 
93
 
94
  with gr.Row():
95
  chatbot = gr.Chatbot(value=[], elem_id='chatbot') # Removed .style()
96
+ show_img = gr.Image(label='Upload PDF', css={"image-container": None})
97
 
98
  with gr.Row():
99
  with gr.Column(scale=0.70):