Spaces:
Sleeping
Sleeping
asigalov61
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -249,8 +249,8 @@ if __name__ == "__main__":
|
|
249 |
|
250 |
gr.Markdown("## Enter Parsons code below")
|
251 |
|
252 |
-
input_parsons_code = gr.Textbox(label="
|
253 |
-
info="Make sure your code starts with *",
|
254 |
lines=1,
|
255 |
value="*"
|
256 |
)
|
|
|
249 |
|
250 |
gr.Markdown("## Enter Parsons code below")
|
251 |
|
252 |
+
input_parsons_code = gr.Textbox(label="Parsons code",
|
253 |
+
info="Make sure your Parsons code starts with *",
|
254 |
lines=1,
|
255 |
value="*"
|
256 |
)
|