Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
92 |
with gr.Row():
|
93 |
with gr.Column(scale=1):
|
94 |
input_text = gr.Textbox(
|
95 |
-
label="
|
96 |
)
|
97 |
|
98 |
with gr.Column(scale=1):
|
|
|
92 |
with gr.Row():
|
93 |
with gr.Column(scale=1):
|
94 |
input_text = gr.Textbox(
|
95 |
+
label="Odia Text", placeholder="Enter Odia Text Here...", lines=10
|
96 |
)
|
97 |
|
98 |
with gr.Column(scale=1):
|