Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ 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 |
interactive=False,
|
| 163 |
show_label=False,
|
| 164 |
container=False, # no surrounding card/frame
|
|
|
|
| 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",
|
| 162 |
interactive=False,
|
| 163 |
show_label=False,
|
| 164 |
container=False, # no surrounding card/frame
|