Spaces:
Sleeping
Sleeping
vkovacs
commited on
Commit
·
3c4b3e3
1
Parent(s):
23bf035
typo
Browse files
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
|
| 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")
|