We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e32e7 commit dc40678Copy full SHA for dc40678
fun_SPEC_NEC/SpecNec_executable_streamlit.py
@@ -4,9 +4,9 @@
4
import matplotlib.pyplot as plt
5
6
7
-# # Load and display the image
8
-# image_path = 'logo_TorreFuerte.png'
9
-# st.image(image_path, use_column_width=True)
+# Load and display the image
+image_path = 'https://raw.githubusercontent.com/Normando1945/Simple-Python-Matlab-JavaSript-Functions-Collection/main/fun_SPEC_NEC/logo_TorreFuerte.png'
+st.image(image_path, use_column_width=True)
10
11
12
0 commit comments