solewarrior commited on
Commit
2289967
·
verified ·
1 Parent(s): 8991571

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,12 +16,11 @@ st.markdown("""
16
  .footer {
17
  position: fixed;
18
  bottom: 0;
19
- width: 100%;
20
- text-align: center;
21
- background-color: #f1f1f1;
22
  padding: 10px;
23
  font-size: 16px;
24
  color: #333;
 
25
  }
26
  </style>
27
  <div class="footer">
@@ -29,6 +28,7 @@ st.markdown("""
29
  </div>
30
  """, unsafe_allow_html=True)
31
 
 
32
  @st.cache_resource
33
  def load_models():
34
  try:
 
16
  .footer {
17
  position: fixed;
18
  bottom: 0;
19
+ right: 0;
 
 
20
  padding: 10px;
21
  font-size: 16px;
22
  color: #333;
23
+ background-color: #f1f1f1;
24
  }
25
  </style>
26
  <div class="footer">
 
28
  </div>
29
  """, unsafe_allow_html=True)
30
 
31
+
32
  @st.cache_resource
33
  def load_models():
34
  try: