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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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