Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def set_background():
|
|
94 |
display(HTML(f'''
|
95 |
<style>
|
96 |
body {{
|
97 |
-
background-image: url("https://
|
98 |
background-size: cover;
|
99 |
background-position: center;
|
100 |
background-repeat: no-repeat;
|
|
|
94 |
display(HTML(f'''
|
95 |
<style>
|
96 |
body {{
|
97 |
+
background-image: url("https://raw.githubusercontent.com/abdullahzunorain/voice-to-voice-Chatbot/main/thomas-heintz-0tgMnMIYQ9Y-unsplash.jpg");
|
98 |
background-size: cover;
|
99 |
background-position: center;
|
100 |
background-repeat: no-repeat;
|