Spaces:
Running
Running
jeremierostan
commited on
Commit
•
e3d3732
1
Parent(s):
94280bf
Update app.py
Browse files
app.py
CHANGED
@@ -197,9 +197,9 @@ def process_voice_message(audio, history, neets_api_key: str, groq_api_key: str,
|
|
197 |
with gr.Blocks() as demo:
|
198 |
with gr.Row():
|
199 |
# Logo
|
200 |
-
logo_url = "https://i.postimg.cc/
|
201 |
gr.Image(logo_url, label="", show_label=False, height=200)
|
202 |
-
gr.Markdown("# Multilingual Tutor")
|
203 |
|
204 |
with gr.Row():
|
205 |
neets_api_key = gr.Textbox(
|
|
|
197 |
with gr.Blocks() as demo:
|
198 |
with gr.Row():
|
199 |
# Logo
|
200 |
+
logo_url = "https://i.postimg.cc/W3Q0SMQK/a-pixar-style-3d-render-of-a-cartoon-llama-standin-e9-Sk-AVKr-Qk24-Xuyu-Hrv-Mb-A-mm-NISz-B3-Ro-VH1-IMMx-Gb-Bw.png"
|
201 |
gr.Image(logo_url, label="", show_label=False, height=200)
|
202 |
+
gr.Markdown("# BABELlama Multilingual Tutor")
|
203 |
|
204 |
with gr.Row():
|
205 |
neets_api_key = gr.Textbox(
|