Update app.py
Browse files
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
|