JavierGon12 commited on
Commit
ab6f7d6
β€’
1 Parent(s): f0949ca

Delete github link and libraries not used

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -10,7 +10,6 @@ import matplotlib.pyplot as plt
10
  from pathlib import Path
11
  import base64
12
  from st_pages import Page, add_page_title, show_pages
13
- from streamlit_extras.badges import badge
14
 
15
 
16
  # Config
@@ -49,7 +48,6 @@ show_pages(
49
  ]
50
  )
51
 
52
- #Add streamlit logo
53
 
54
  col1,col2,col3=st.columns(3)
55
  with col1:
@@ -82,10 +80,6 @@ left_col, right_col = st.columns(2)
82
  with left_col:
83
  st.info('**Hugging Face: [@JavierGon12](https://huggingface.co/JavierGon12)**', icon="πŸ’‘")
84
 
85
- with right_col:
86
-
87
- badge(type='github',name='JaviGon12')
88
- #st.info('**GitHub: [@JaviGon12](https://github.com/JaviGon12)**', icon="πŸ’»")
89
 
90
 
91
 
 
10
  from pathlib import Path
11
  import base64
12
  from st_pages import Page, add_page_title, show_pages
 
13
 
14
 
15
  # Config
 
48
  ]
49
  )
50
 
 
51
 
52
  col1,col2,col3=st.columns(3)
53
  with col1:
 
80
  with left_col:
81
  st.info('**Hugging Face: [@JavierGon12](https://huggingface.co/JavierGon12)**', icon="πŸ’‘")
82
 
 
 
 
 
83
 
84
 
85