Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks() as transbot:
|
|
168 |
with gr.Row():
|
169 |
gr.Column()
|
170 |
with gr.Column():
|
171 |
-
md = gr.Markdown("""<h1><center>{md1}</center></h1><h4><center>Translation may not be accurate</center></h4>""")
|
172 |
with gr.Row():
|
173 |
lang_from = gr.Dropdown(label="From:", choices=list(lang_id.keys()),value="English")
|
174 |
lang_to = gr.Dropdown(label="To:", choices=list(lang_id.keys()),value="Chinese")
|
|
|
168 |
with gr.Row():
|
169 |
gr.Column()
|
170 |
with gr.Column():
|
171 |
+
md = gr.Markdown(""f"<h1><center>{md1}</center></h1><h4><center>Translation may not be accurate</center></h4>""")
|
172 |
with gr.Row():
|
173 |
lang_from = gr.Dropdown(label="From:", choices=list(lang_id.keys()),value="English")
|
174 |
lang_to = gr.Dropdown(label="To:", choices=list(lang_id.keys()),value="Chinese")
|