Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks() as demo:
|
|
103 |
inp = gr.Textbox(
|
104 |
label="input",
|
105 |
placeholder="PUT TEXT TO CHECK & CORRECT BROSKI",
|
106 |
-
value="
|
107 |
)
|
108 |
out = gr.Textbox(label="output", interactive=False)
|
109 |
btn = gr.Button("Process")
|
|
|
103 |
inp = gr.Textbox(
|
104 |
label="input",
|
105 |
placeholder="PUT TEXT TO CHECK & CORRECT BROSKI",
|
106 |
+
value="Put it text",
|
107 |
)
|
108 |
out = gr.Textbox(label="output", interactive=False)
|
109 |
btn = gr.Button("Process")
|