Update app.py
Browse files
app.py
CHANGED
|
@@ -410,6 +410,7 @@ with gr.Blocks(title="Morse Code Decoder & Generator") as demo:
|
|
| 410 |
|
| 411 |
# Launch the app
|
| 412 |
demo.launch()
|
|
|
|
| 413 |
|
| 414 |
'''
|
| 415 |
import gradio as gr
|
|
|
|
| 410 |
|
| 411 |
# Launch the app
|
| 412 |
demo.launch()
|
| 413 |
+
'''
|
| 414 |
|
| 415 |
'''
|
| 416 |
import gradio as gr
|