Kai Izumoto commited on
Commit
df639fa
·
verified ·
1 Parent(s): 3d3d9fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Code(language="text", lines=10)
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"):