Spaces:
Sleeping
Sleeping
vighnesh-shetty-vs commited on
Commit ·
17eab7c
1
Parent(s): bcca1cb
Add updated files
Browse files
app.py
CHANGED
|
@@ -221,8 +221,8 @@ with gr.Blocks(css=custom_css, title="EcoQueryQuest") as demo:
|
|
| 221 |
# LEFT: Drip Character & Audio Integrated
|
| 222 |
with gr.Column(scale=1, elem_classes=["drip-pod"]):
|
| 223 |
drip_html = gr.HTML(get_drip_visuals(100))
|
| 224 |
-
drip_audio = gr.Audio(label="Drip's Voice", autoplay=True, interactive=False, elem_classes=["drip-audio"]
|
| 225 |
-
|
| 226 |
# RIGHT: Interaction & Feedback
|
| 227 |
with gr.Column(scale=2):
|
| 228 |
with gr.Row(elem_classes=["input-row"]):
|
|
|
|
| 221 |
# LEFT: Drip Character & Audio Integrated
|
| 222 |
with gr.Column(scale=1, elem_classes=["drip-pod"]):
|
| 223 |
drip_html = gr.HTML(get_drip_visuals(100))
|
| 224 |
+
drip_audio = gr.Audio(label="Drip's Voice", autoplay=True, interactive=False, elem_classes=["drip-audio"])
|
| 225 |
+
|
| 226 |
# RIGHT: Interaction & Feedback
|
| 227 |
with gr.Column(scale=2):
|
| 228 |
with gr.Row(elem_classes=["input-row"]):
|