Spaces:
Runtime error
Runtime error
Ankitajadhav
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def chatbot_response(user_input):
|
|
83 |
def chat(user_input):
|
84 |
response = chatbot_response(user_input)
|
85 |
return response
|
86 |
-
css = ".gradio-container {background: url(https://upload.wikimedia.org/wikipedia/commons/
|
87 |
iface = gr.Interface(fn=chat, inputs="text", outputs="text",css=css)
|
88 |
iface.launch()
|
89 |
|
|
|
83 |
def chat(user_input):
|
84 |
response = chatbot_response(user_input)
|
85 |
return response
|
86 |
+
css = ".gradio-container {background: url(https://upload.wikimedia.org/wikipedia/commons/f/f5/Spring_Kitchen_Line-Up_%28Unsplash%29.jpg)}"
|
87 |
iface = gr.Interface(fn=chat, inputs="text", outputs="text",css=css)
|
88 |
iface.launch()
|
89 |
|