Spaces:
Sleeping
Sleeping
mindexplorer
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def stream_data(value1,path,value2):
|
|
33 |
background_image = """
|
34 |
<style>
|
35 |
[data-testid="stAppViewContainer"] > .main {
|
36 |
-
background-image: url(
|
37 |
background-size: 100vw 100vh; # This sets the size to cover 100% of the viewport width and height
|
38 |
background-position: center;
|
39 |
background-repeat: no-repeat;
|
|
|
33 |
background_image = """
|
34 |
<style>
|
35 |
[data-testid="stAppViewContainer"] > .main {
|
36 |
+
background-image: url("https://www.microsoft.com/en-us/research/uploads/prodnew/2021/05/InnerEye-header-2.jpg");
|
37 |
background-size: 100vw 100vh; # This sets the size to cover 100% of the viewport width and height
|
38 |
background-position: center;
|
39 |
background-repeat: no-repeat;
|