Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,9 @@ def chatresponse(message, history):
|
|
73 |
response = output.split('ANSWER: ')[-1].strip()
|
74 |
return response
|
75 |
|
76 |
-
css_code='body{background-image:url("https://picsum.photos/seed/picsum/200/300");}'
|
|
|
|
|
77 |
|
78 |
# Launch the Gradio chat interface
|
79 |
gr.ChatInterface(
|
|
|
73 |
response = output.split('ANSWER: ')[-1].strip()
|
74 |
return response
|
75 |
|
76 |
+
# css_code='body{background-image:url("https://picsum.photos/seed/picsum/200/300");}'
|
77 |
+
css = ".gradio-container {background: rgb(0, 166, 228)}"
|
78 |
+
|
79 |
|
80 |
# Launch the Gradio chat interface
|
81 |
gr.ChatInterface(
|