Spaces:
Sleeping
Sleeping
Kai Izumoto
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -623,7 +623,7 @@ def create_ui():
|
|
| 623 |
with gr.TabItem("tests/test_main.py"):
|
| 624 |
test_file = gr.Code(language="python", lines=15)
|
| 625 |
with gr.TabItem("requirements.txt"):
|
| 626 |
-
req_file = gr.
|
| 627 |
with gr.TabItem("README.md"):
|
| 628 |
readme_file = gr.Code(language="markdown", lines=15)
|
| 629 |
with gr.TabItem("Other Files"):
|
|
|
|
| 623 |
with gr.TabItem("tests/test_main.py"):
|
| 624 |
test_file = gr.Code(language="python", lines=15)
|
| 625 |
with gr.TabItem("requirements.txt"):
|
| 626 |
+
req_file = gr.Textbox(lines=10, interactive=False, show_label=False)
|
| 627 |
with gr.TabItem("README.md"):
|
| 628 |
readme_file = gr.Code(language="markdown", lines=15)
|
| 629 |
with gr.TabItem("Other Files"):
|