Skip to content

Commit dc40678

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 42e32e7 commit dc40678

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import matplotlib.pyplot as plt
55

66

7-
# # Load and display the image
8-
# image_path = 'logo_TorreFuerte.png'
9-
# st.image(image_path, use_column_width=True)
7+
# Load and display the image
8+
image_path = 'https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/logo_TorreFuerte.png'
9+
st.image(image_path, use_column_width=True)
1010

1111

1212

0 commit comments

Comments
 (0)