Update app.py
Browse files
app.py
CHANGED
|
@@ -327,7 +327,8 @@ class App:
|
|
| 327 |
# btn_openfolder.click(fn=lambda: self.open_folder("outputs"), inputs=None, outputs=None)
|
| 328 |
|
| 329 |
with gr.TabItem("Device info"): # tab2
|
| 330 |
-
with gr.Column():
|
|
|
|
| 331 |
gr.Markdown(device_info, label="Hardware info & installed packages")
|
| 332 |
|
| 333 |
# Launch the app with optional gradio settings
|
|
|
|
| 327 |
# btn_openfolder.click(fn=lambda: self.open_folder("outputs"), inputs=None, outputs=None)
|
| 328 |
|
| 329 |
with gr.TabItem("Device info"): # tab2
|
| 330 |
+
#with gr.Column():
|
| 331 |
+
with gr.Row():
|
| 332 |
gr.Markdown(device_info, label="Hardware info & installed packages")
|
| 333 |
|
| 334 |
# Launch the app with optional gradio settings
|