Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,12 @@ with gr.Blocks(theme=gr.themes.Soft(), css=CUSTOM_CSS) as demo:
|
|
122 |
with gr.Column(elem_classes="container"):
|
123 |
# Header section with icon, title and description
|
124 |
with gr.Column(elem_classes="header"):
|
125 |
-
gr.Image(
|
|
|
|
|
|
|
|
|
|
|
126 |
gr.Markdown("# Foton - Lugha Tausi Assistant", elem_classes="title")
|
127 |
gr.Markdown(
|
128 |
"""Your personal Swahili language assistant, powered by AI.
|
|
|
122 |
with gr.Column(elem_classes="container"):
|
123 |
# Header section with icon, title and description
|
124 |
with gr.Column(elem_classes="header"):
|
125 |
+
gr.Image(
|
126 |
+
os.path.join(SPACE_DIR, "foton.webp"),
|
127 |
+
elem_classes="icon",
|
128 |
+
show_label=False, # Removes the label
|
129 |
+
interactive=False, # Disables interaction including download
|
130 |
+
)
|
131 |
gr.Markdown("# Foton - Lugha Tausi Assistant", elem_classes="title")
|
132 |
gr.Markdown(
|
133 |
"""Your personal Swahili language assistant, powered by AI.
|