euler314 commited on
Commit
fd0329b
·
verified ·
1 Parent(s): ca3efa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -860,8 +860,7 @@ input('\\nPress Enter to exit...')""",
860
  label="Enter your Python code",
861
  lines=50, # Significantly increased from 28 to 50 lines
862
  max_lines=100, # Allow expanding up to 100 lines
863
- show_label=False,
864
- autofocus=True
865
  )
866
 
867
  # Code editor helper buttons
 
860
  label="Enter your Python code",
861
  lines=50, # Significantly increased from 28 to 50 lines
862
  max_lines=100, # Allow expanding up to 100 lines
863
+ show_label=False
 
864
  )
865
 
866
  # Code editor helper buttons