prasadnu commited on
Commit
852e88a
·
1 Parent(s): 55c758e

app fixes UI

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -149,18 +149,10 @@ st.markdown("""
149
  # transform: translateX(-50%) scale(1.3);
150
  # }
151
 
152
-
153
-
154
-
155
-
156
  </style>
157
  """, unsafe_allow_html=True)
158
 
159
 
160
-
161
-
162
-
163
-
164
  # Header with logo and title
165
  col_logo, col_title = st.columns([32, 68])
166
  with col_logo:
 
149
  # transform: translateX(-50%) scale(1.3);
150
  # }
151
 
 
 
 
 
152
  </style>
153
  """, unsafe_allow_html=True)
154
 
155
 
 
 
 
 
156
  # Header with logo and title
157
  col_logo, col_title = st.columns([32, 68])
158
  with col_logo: