Spaces:
Sleeping
Sleeping
Kai Izumoto
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -580,8 +580,8 @@ def create_ui():
|
|
| 580 |
with gr.TabItem("tests/test_main.py"):
|
| 581 |
test_file = gr.Code(language="python", lines=15)
|
| 582 |
with gr.TabItem("requirements.txt"):
|
| 583 |
-
# Changed language
|
| 584 |
-
req_file = gr.Code(language="
|
| 585 |
with gr.TabItem("README.md"):
|
| 586 |
readme_file = gr.Code(language="markdown", lines=15)
|
| 587 |
with gr.TabItem("Other Files"):
|
|
|
|
| 580 |
with gr.TabItem("tests/test_main.py"):
|
| 581 |
test_file = gr.Code(language="python", lines=15)
|
| 582 |
with gr.TabItem("requirements.txt"):
|
| 583 |
+
# Changed language to "shell" which Gradio supports (not "bash"/"ini")
|
| 584 |
+
req_file = gr.Code(language="shell", lines=10)
|
| 585 |
with gr.TabItem("README.md"):
|
| 586 |
readme_file = gr.Code(language="markdown", lines=15)
|
| 587 |
with gr.TabItem("Other Files"):
|