Blane187 commited on
Commit
9d3d73c
·
verified ·
1 Parent(s): 26e031a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ def morse_to_audio(morse_code, frequency=700, dot_duration=100):
32
  return temp_file.name
33
 
34
  with gr.Blocks(title="MTA", theme="Hev832/Applio") as demo:
 
35
  with gr.Row():
36
  with gr.Column():
37
  morse_input = gr.Textbox(label="Enter Morse Code")
 
32
  return temp_file.name
33
 
34
  with gr.Blocks(title="MTA", theme="Hev832/Applio") as demo:
35
+ gr.Markdown(" # Morse To Audio")
36
  with gr.Row():
37
  with gr.Column():
38
  morse_input = gr.Textbox(label="Enter Morse Code")