pedromsfaria commited on
Commit
85a0433
1 Parent(s): d2556fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.png')}")
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: