FESG1234 commited on
Commit
b37e700
·
verified ·
1 Parent(s): 1caec65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
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(os.path.join(SPACE_DIR, "foton.webp"), elem_classes="icon")
 
 
 
 
 
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.