Update app.py
Browse files
app.py
CHANGED
@@ -329,7 +329,8 @@ class App:
|
|
329 |
with gr.TabItem("Device info"): # tab2
|
330 |
#with gr.Column():
|
331 |
with gr.Row():
|
332 |
-
gr.
|
|
|
333 |
|
334 |
# Launch the app with optional gradio settings
|
335 |
args = self.args
|
|
|
329 |
with gr.TabItem("Device info"): # tab2
|
330 |
#with gr.Column():
|
331 |
with gr.Row():
|
332 |
+
with gr.Column():
|
333 |
+
gr.Markdown(device_info, label="Hardware info & installed packages")
|
334 |
|
335 |
# Launch the app with optional gradio settings
|
336 |
args = self.args
|