Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def get_random_image():
|
|
| 35 |
# Gradio UI
|
| 36 |
with gr.Blocks() as demo:
|
| 37 |
gr.Markdown("# 🔤 Alphabet Learning Game with Audio")
|
| 38 |
-
|
| 39 |
|
| 40 |
img_display = gr.Image()
|
| 41 |
text_display = gr.Textbox(label="What you hear")
|
|
|
|
| 35 |
# Gradio UI
|
| 36 |
with gr.Blocks() as demo:
|
| 37 |
gr.Markdown("# 🔤 Alphabet Learning Game with Audio")
|
| 38 |
+
|
| 39 |
|
| 40 |
img_display = gr.Image()
|
| 41 |
text_display = gr.Textbox(label="What you hear")
|