stazizov commited on
Commit
eb8699a
·
verified ·
1 Parent(s): 6fe6827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -69,7 +69,6 @@ def swap_languages(src_lang, tgt_lang, src_text):
69
 
70
  with gr.Blocks() as demo:
71
  title = gr.Markdown(f"# {interface[src_lang]['title']}")
72
- info = gr.Markdown(info_text) # Add the info text here
73
 
74
  with gr.Row():
75
  with gr.Column():
 
69
 
70
  with gr.Blocks() as demo:
71
  title = gr.Markdown(f"# {interface[src_lang]['title']}")
 
72
 
73
  with gr.Row():
74
  with gr.Column():