mindexplorer commited on
Commit
a9bdfc7
·
verified ·
1 Parent(s): 045f112

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(Assets/bkc.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;
 
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;