Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ Choose one of the three tasks below ... and start to play!
|
|
204 |
|
205 |
with gr.Row():
|
206 |
with gr.Column():
|
207 |
-
text_written_mf = gr.Textbox(label="Sentence: ", placeholder="Enter your
|
208 |
slider_3_3 = gr.Slider(label="Human: Male ——> Female", container=True, min_width=200, height=80, show_label=True, interactive=True)
|
209 |
chat_button_mf_2 = gr.Button("Click to see AI's answer.", size='sm')
|
210 |
placeholder_written_text_mf = gr.Textbox(label="Sentence: ", value="HELLO! Hallo!", visible=False)
|
|
|
204 |
|
205 |
with gr.Row():
|
206 |
with gr.Column():
|
207 |
+
text_written_mf = gr.Textbox(label="Sentence: ", placeholder="Enter your sentence.", visible=True)
|
208 |
slider_3_3 = gr.Slider(label="Human: Male ——> Female", container=True, min_width=200, height=80, show_label=True, interactive=True)
|
209 |
chat_button_mf_2 = gr.Button("Click to see AI's answer.", size='sm')
|
210 |
placeholder_written_text_mf = gr.Textbox(label="Sentence: ", value="HELLO! Hallo!", visible=False)
|