Commit
Β·
60164e9
1
Parent(s):
9e8d429
back to previous backgound - test failed
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ def log_on_azure(file, logs, share_client):
|
|
153 |
|
154 |
|
155 |
# Gradio
|
156 |
-
css_code = ".gradio-container {background-image: url('file=
|
157 |
with gr.Blocks(title="π ClimateGPT Ekimetrics", css=css_code) as demo:
|
158 |
user_id_state = gr.State([user_id])
|
159 |
|
|
|
153 |
|
154 |
|
155 |
# Gradio
|
156 |
+
css_code = ".gradio-container {background-image: url('file=background.jpg');background-position: top right}"
|
157 |
with gr.Blocks(title="π ClimateGPT Ekimetrics", css=css_code) as demo:
|
158 |
user_id_state = gr.State([user_id])
|
159 |
|