asigalov61 commited on
Commit
27e9304
·
verified ·
1 Parent(s): 79018d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Enter your Parsons code here",
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
  )