Spaces:
Paused
Paused
Update app.py
Browse files
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.
|
| 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 |
],
|