Spaces:
Running
Running
Update: Remove device info
Browse files
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
|