Ahmed-El-Sharkawy commited on
Commit
94093e6
·
verified ·
1 Parent(s): 7418583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -158,10 +158,11 @@ with gr.Blocks(title="Ghaymah Chatbot") as demo:
158
  # RIGHT: logo + status text (from the first screenshot), stacked vertically
159
  with gr.Column(scale=1, min_width=300):
160
  gr.Image(
161
- value="download.jpeg", # logo on the right
162
- show_label=False,
163
- height=260,
164
  interactive=False,
 
 
 
165
  )
166
  gr.Markdown(
167
  "Vector store: **Connected** \n"
 
158
  # RIGHT: logo + status text (from the first screenshot), stacked vertically
159
  with gr.Column(scale=1, min_width=300):
160
  gr.Image(
161
+ value="/mnt/data/d5941801-13de-4431-9ddb-623a1ff6ba58.png",
 
 
162
  interactive=False,
163
+ show_label=False,
164
+ container=False, # no surrounding card/frame
165
+ show_fullscreen_button=False,
166
  )
167
  gr.Markdown(
168
  "Vector store: **Connected** \n"