You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files.zip
Hello,
I'm using Demo PyChartHTML.dproj to generate charts and display in Edge. It was a success!
However, I would like to know if it is possible to run scripts using the streamlit library (https://streamlit.io/).
To execute it, you need a different command streamlit run your_script.py instead of python file.py.
This command starts a server and provides the address http://localhost:8501/ to navigate the dashboard.
I tried to run it through the demo, but I get the error: 2024-02-26 00:19:14.196 WARNING streamlit: [33m[1mWarning:[0m to view a Streamlit app on a browser, use Streamlit in a file and run it with the following command: streamlit run [FILE_NAME] [ARGUMENTS]
Thanks!
The text was updated successfully, but these errors were encountered:
Files.zip
Hello,
I'm using Demo PyChartHTML.dproj to generate charts and display in Edge. It was a success!
However, I would like to know if it is possible to run scripts using the streamlit library (https://streamlit.io/).
To execute it, you need a different command streamlit run your_script.py instead of python file.py.
This command starts a server and provides the address http://localhost:8501/ to navigate the dashboard.
I tried to run it through the demo, but I get the error: 2024-02-26 00:19:14.196 WARNING streamlit: [33m[1mWarning:[0m to view a Streamlit app on a browser, use Streamlit in a file and run it with the following command: streamlit run [FILE_NAME] [ARGUMENTS]
Thanks!
The text was updated successfully, but these errors were encountered: