LAP-DEV commited on
Commit
8650b68
·
verified ·
1 Parent(s): 70ae4c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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.Markdown(device_info, label="Hardware info & installed packages")
 
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