prasadnu commited on
Commit
fca0a8a
·
1 Parent(s): b8519de
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -29,7 +29,14 @@ st.markdown("""
29
  }
30
  </style>
31
  """, unsafe_allow_html=True)
32
-
 
 
 
 
 
 
 
33
  st.markdown("""
34
  <style>
35
  body {
@@ -86,7 +93,7 @@ st.markdown("""
86
  }
87
 
88
  a .demo-card:hover {
89
- background-color: #FF9900 !important;
90
  color: black !important;
91
  transition: 0.3s;
92
  }
 
29
  }
30
  </style>
31
  """, unsafe_allow_html=True)
32
+ hide_img_fs = '''
33
+ <style>
34
+ button[title="View fullscreen"]{
35
+ visibility: hidden;}
36
+ </style>
37
+ '''
38
+
39
+ st.markdown(hide_img_fs, unsafe_allow_html=True)
40
  st.markdown("""
41
  <style>
42
  body {
 
93
  }
94
 
95
  a .demo-card:hover {
96
+ background-color: #e46e08 !important;
97
  color: black !important;
98
  transition: 0.3s;
99
  }