BodduSriPavan111 commited on
Commit
34570b0
·
verified ·
1 Parent(s): d1e3df1

chore: removed-bottom-banner

Browse files

- Removed bottom banner image
- Made ```kitikiplot``` bold

Files changed (1) hide show
  1. src/streamlit_app.py +6 -6
src/streamlit_app.py CHANGED
@@ -226,11 +226,11 @@ with col1:
226
  else:
227
  st.info("👆 Please upload a FASTA file to begin visualization")
228
 
229
- # Banner image at bottom with error handling
230
- try:
231
- st.image("src/banner.png", use_container_width=True)
232
- except:
233
- pass # Silently ignore if banner not found
234
 
235
  st.markdown('</div>', unsafe_allow_html=True)
236
 
@@ -276,7 +276,7 @@ with col2:
276
  <li>Analyze sequence complexity and structure</li>
277
  <li>Identify repetitive regions and motifs</li>
278
  <li>Intuitive for genomics research and education</li>
279
- <li>Powered by <i>kitikiplot</i></li>
280
  </ul>
281
  </div>
282
  </div>
 
226
  else:
227
  st.info("👆 Please upload a FASTA file to begin visualization")
228
 
229
+ # # Banner image at bottom with error handling
230
+ # try:
231
+ # st.image("src/banner.png", use_container_width=True)
232
+ # except:
233
+ # pass # Silently ignore if banner not found
234
 
235
  st.markdown('</div>', unsafe_allow_html=True)
236
 
 
276
  <li>Analyze sequence complexity and structure</li>
277
  <li>Identify repetitive regions and motifs</li>
278
  <li>Intuitive for genomics research and education</li>
279
+ <li>Powered by <b><i>kitikiplot</i></b></li>
280
  </ul>
281
  </div>
282
  </div>