Update app.py
Browse files
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="
|
| 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"
|