Skip to content

Commit 5711565

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 5dae920 commit 5711565

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

+1-21
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,13 @@
1212
st.markdown("<h4 style='text-align: center;'>Simple App: Seismic Response Spectrum [Normative Ecuadorian Spectrum]</h4>", unsafe_allow_html=True)
1313

1414

15-
# def get_github_profile_views(username):
16-
# url = f"https://api.github.com/users/{username}"
17-
# response = requests.get(url)
18-
# if response.status_code == 200:
19-
# data = response.json()
20-
# return data['followers'] # Example of available data
21-
# else:
22-
# return None
23-
24-
# username = "Normando1945"
25-
# profile_views = get_github_profile_views(username)
26-
27-
# coll1, coll2 = st.columns([4, 1])
28-
29-
coll1.markdown(
15+
st.markdown(
3016
"""
3117
* Author: [Msc. Ing. Carlos Andrés Celi Sánchez](https://fragrant-knight-4af.notion.site/Main-Page-5c5f007b3f3f4c76a604960d9dbffca7?pvs=4)
3218
* Course: Structural Dynamics
3319
"""
3420
)
3521

36-
# if profile_views is not None:
37-
# coll2.metric(label='GitHub Followers', value=profile_views)
38-
# else:
39-
# coll2.metric(label='GitHub Followers', value="N/A")
40-
41-
4222

4323
st.markdown('You can find me on : [![Web Page](https://img.shields.io/badge/Web%20Page-caceli.net-blue)](https://fragrant-knight-4af.notion.site/Main-Page-5c5f007b3f3f4c76a604960d9dbffca7?pvs=4)[![GitHub Carlos Celi](https://img.shields.io/github/followers/Normando1945?label=follow&style=social)](https://github.com/Normando1945)[![ResearchGate](https://img.shields.io/badge/-ResearchGate-00CCBB?style=social&logo=researchgate)](https://www.researchgate.net/profile/Carlos-Celi)[![Google Scholar](https://img.shields.io/badge/-Google%20Scholar-4285F4?style=social&logo=google)](https://scholar.google.com.ec/citations?hl=es&user=yR4Gz7kAAAAJ)')
4424

0 commit comments

Comments
 (0)