Spaces:
Running
Running
jeremierostan
commited on
Commit
•
94280bf
1
Parent(s):
e84f46e
Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,10 @@ def process_voice_message(audio, history, neets_api_key: str, groq_api_key: str,
|
|
195 |
|
196 |
# Create Gradio interface
|
197 |
with gr.Blocks() as demo:
|
198 |
-
gr.
|
|
|
|
|
|
|
199 |
gr.Markdown("# Multilingual Tutor")
|
200 |
|
201 |
with gr.Row():
|
|
|
195 |
|
196 |
# Create Gradio interface
|
197 |
with gr.Blocks() as demo:
|
198 |
+
with gr.Row():
|
199 |
+
# Logo
|
200 |
+
logo_url = "https://i.postimg.cc/L830G7XS/ED-COACH.jpg"
|
201 |
+
gr.Image(logo_url, label="", show_label=False, height=200)
|
202 |
gr.Markdown("# Multilingual Tutor")
|
203 |
|
204 |
with gr.Row():
|