Skip to content

Commit 73e32c5

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 1295040 commit 73e32c5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import requests
21
import streamlit as st
32
import numpy as np
43
import pandas as pd
@@ -34,10 +33,10 @@ def get_github_profile_views(username):
3433
"""
3534
)
3635

37-
if profile_views is not None:
38-
coll2.metric(label='GitHub Followers', value=profile_views)
39-
else:
40-
coll2.metric(label='GitHub Followers', value="N/A")
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")
4140

4241

4342

0 commit comments

Comments
 (0)