ziem-io commited on
Commit
fe494ee
·
1 Parent(s): d39782f

Update: Remove device info

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks(css=custom_css) as demo:
168
  <p style='color: var(--block-title-text-color)'>Learn more about use cases and get in touch at <a href='https://www.whisky-wheel.com'>www.whisky-wheel.com</a></p>
169
  """)
170
 
171
- gr.HTML(f"<span style='color: var(--block-title-text-color)'>{_get_device_info()}</span>")
172
 
173
  with gr.Row(): # alles nebeneinander
174
  with gr.Column(scale=1): # linke Seite: Input
 
168
  <p style='color: var(--block-title-text-color)'>Learn more about use cases and get in touch at <a href='https://www.whisky-wheel.com'>www.whisky-wheel.com</a></p>
169
  """)
170
 
171
+ #gr.HTML(f"<span style='color: var(--block-title-text-color)'>{_get_device_info()}</span>")
172
 
173
  with gr.Row(): # alles nebeneinander
174
  with gr.Column(scale=1): # linke Seite: Input