qqwjq1981 commited on
Commit
aefab09
·
verified ·
1 Parent(s): b587d5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ def build_interface():
253
  # platform_input = gr.Dropdown(["YouTube", "Instagram"], label="Select Platform")
254
  language_input = gr.Dropdown(["en", "es", "fr", "zh"], label="Select Language") # Language codes
255
  submit_button = gr.Button("Post and Process")
256
- editable_translations = gr.JSON(visible=False)
257
 
258
  with gr.Column(scale=5):
259
 
 
253
  # platform_input = gr.Dropdown(["YouTube", "Instagram"], label="Select Platform")
254
  language_input = gr.Dropdown(["en", "es", "fr", "zh"], label="Select Language") # Language codes
255
  submit_button = gr.Button("Post and Process")
256
+ editable_translations = gr.State(value=[])
257
 
258
  with gr.Column(scale=5):
259