Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,4 +179,4 @@ with demo:
|
|
| 179 |
)
|
| 180 |
|
| 181 |
# Start demoen uten faner
|
| 182 |
-
demo.launch(share=share, show_api=False, allowed_paths=["Logonew.png"]).queue()
|
|
|
|
| 179 |
)
|
| 180 |
|
| 181 |
# Start demoen uten faner
|
| 182 |
+
demo.launch(share=share, show_api=False, allowed_paths=["Logonew.png"],css=".gr-button-primary { background-color: green !important; }").queue()
|