wzkariampuzha commited on
Commit
01f6525
1 Parent(s): 3239353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -73,19 +73,19 @@ text-decoration: underline;
73
 
74
  .footer {
75
  position: fixed;
76
- left: 0;
77
  bottom: 0;
78
  width: 100%;
79
- background-color: white;
80
  color: black;
81
- text-align: center;
82
  }
83
  </style>
84
  <div class="footer">
85
- <p>Developed with ❤ by <a style='display: block; text-align: center;' href="https://github.com/wzkariampuzha" target="_blank">William Kariampuzha at NIH/NCATS</a></p>
86
  </div>
87
  """
88
- st.markdown(footer,unsafe_allow_html=True)
89
 
90
 
91
  #### DESCRIPTION ####
 
73
 
74
  .footer {
75
  position: fixed;
76
+ left: 10;
77
  bottom: 0;
78
  width: 100%;
79
+ background-color: transparent;
80
  color: black;
81
+ text-align: left;
82
  }
83
  </style>
84
  <div class="footer">
85
+ <p>Developed by <a style='display: block; text-align: center;' href="https://github.com/wzkariampuzha" target="_blank">William Kariampuzha at NIH/NCATS</a></p>
86
  </div>
87
  """
88
+ #st.markdown(footer,unsafe_allow_html=True)
89
 
90
 
91
  #### DESCRIPTION ####