shethjenil commited on
Commit
7d7e52e
·
verified ·
1 Parent(s): 5440093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ tabs = gr.TabbedInterface(
105
  gr.Interface(install_package, gr.Textbox(label="Package(s) e.g. numpy pandas"), gr.Textbox(lines=10, label="pip Output")),
106
  gr.Interface(file_func, [gr.FileExplorer(label="Files"),
107
  gr.Dropdown(["download","remove"], label="Action")],
108
- gr.Textbox(lines=5, label="Result")),
109
  gr.Interface(run_python, gr.Code(language="python", label="Python Code"), gr.Textbox(lines=20, label="Output")),
110
  gr.Interface(system_monitor, None, gr.Textbox(lines=15, label="System Info")),
111
  ],
 
105
  gr.Interface(install_package, gr.Textbox(label="Package(s) e.g. numpy pandas"), gr.Textbox(lines=10, label="pip Output")),
106
  gr.Interface(file_func, [gr.FileExplorer(label="Files"),
107
  gr.Dropdown(["download","remove"], label="Action")],
108
+ gr.Files(label="Result")),
109
  gr.Interface(run_python, gr.Code(language="python", label="Python Code"), gr.Textbox(lines=20, label="Output")),
110
  gr.Interface(system_monitor, None, gr.Textbox(lines=15, label="System Info")),
111
  ],