Spaces:
Sleeping
Sleeping
pedromsfaria
commited on
Commit
•
85a0433
1
Parent(s):
d2556fe
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def chatgpt_clone(input, history):
|
|
71 |
return history, history
|
72 |
|
73 |
|
74 |
-
block = gr.Blocks(css=".gradio-container {background: url('file=fundo.
|
75 |
|
76 |
|
77 |
with block:
|
|
|
71 |
return history, history
|
72 |
|
73 |
|
74 |
+
block = gr.Blocks(css=".gradio-container {background: url('file=fundo.jpg')}")
|
75 |
|
76 |
|
77 |
with block:
|