Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ with gr.Blocks(theme="soft", css=CSS) as demo:
|
|
| 160 |
with gr.Column(scale=4):
|
| 161 |
source_text = gr.Textbox(
|
| 162 |
label="Source Text",
|
| 163 |
-
value="India AI Translator"
|
| 164 |
lines=10,
|
| 165 |
)
|
| 166 |
output_text = gr.Textbox(
|
|
|
|
| 160 |
with gr.Column(scale=4):
|
| 161 |
source_text = gr.Textbox(
|
| 162 |
label="Source Text",
|
| 163 |
+
value="India AI Translator",
|
| 164 |
lines=10,
|
| 165 |
)
|
| 166 |
output_text = gr.Textbox(
|