vkovacs commited on
Commit
3c4b3e3
·
1 Parent(s): 23bf035
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def predict_wrapper(text, language):
78
  with gr.Blocks() as demo:
79
  with gr.Row():
80
  with gr.Column():
81
- input_text = gr.Textbox(lines=6, label="Input Text", placeholder="Enter your text here...")
82
  with gr.Column():
83
  with gr.Row():
84
  language_choice = gr.Dropdown(choices=LANGUAGES, label="Language", value="English")
 
78
  with gr.Blocks() as demo:
79
  with gr.Row():
80
  with gr.Column():
81
+ input_text = gr.Textbox(lines=6, label="Input", placeholder="Enter your text here...")
82
  with gr.Column():
83
  with gr.Row():
84
  language_choice = gr.Dropdown(choices=LANGUAGES, label="Language", value="English")