Spaces:
Runtime error
Runtime error
Commit ·
e11607d
1
Parent(s): ad2875e
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,4 +2,5 @@ import gradio as gr
|
|
| 2 |
import os
|
| 3 |
access_token = os.environ["ACCESS_TOKEN"]
|
| 4 |
|
| 5 |
-
gr.load("spaces/rechtsauskunft/rechtsauskunft", api_key=access_token).launch(
|
|
|
|
|
|
| 2 |
import os
|
| 3 |
access_token = os.environ["ACCESS_TOKEN"]
|
| 4 |
|
| 5 |
+
gr.load("spaces/rechtsauskunft/rechtsauskunft", api_key=access_token).launch()
|
| 6 |
+
css = "footer {visibility: none}"
|