Spaces:
Runtime error
Runtime error
Commit
·
b753346
1
Parent(s):
195041d
removed Intel Logo from sidebar
Browse files- Dashboard_setup.py +1 -1
Dashboard_setup.py
CHANGED
|
@@ -15,5 +15,5 @@ prompt_dir = pd.read_csv('data/Prompt_dir_{0}.csv'.format(prompt_dir_version))
|
|
| 15 |
|
| 16 |
# Create sidebar information
|
| 17 |
def sidebar_information():
|
| 18 |
-
st.sidebar.image('assets/IL_Logo.png')
|
| 19 |
st.sidebar.text(dashboard_version_code)
|
|
|
|
| 15 |
|
| 16 |
# Create sidebar information
|
| 17 |
def sidebar_information():
|
| 18 |
+
#st.sidebar.image('assets/IL_Logo.png')
|
| 19 |
st.sidebar.text(dashboard_version_code)
|