Skip to content

Commit 530acc0

Browse files
authored
update to 0.1.5
2 parents 093a095 + 68f5dfa commit 530acc0

File tree

6 files changed

+125
-504
lines changed

6 files changed

+125
-504
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Solar MAgnetic Connection Haus tool
22

3-
[![DOI](https://zenodo.org/badge/374606976.svg)](https://zenodo.org/badge/latestdoi/374606976)
3+
[![DOI](https://zenodo.org/badge/374606976.svg)](https://zenodo.org/badge/latestdoi/374606976) [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://solar-mach.github.io)
44

5-
Modified version of [github.com/jgieseler/solarmach](https://github.com/jgieseler/solarmach) to [run with Streamlit](https://solar-mach.github.io).
5+
Streamlit frontend to the PyPI package [solarmach](https://pypi.org/project/solarmach/), used for [solar-mach.github.io](https://solar-mach.github.io).
66

7-
To install and start a local server using `streamlit` run the following commands in your terminal:
7+
To install and start a local Streamlit server, run the following commands in your terminal:
88

99
```python
1010
# optional: create and activate virtual environment in python (alternatively use anaconda)
@@ -20,7 +20,6 @@ streamlit run streamlit_app.py
2020

2121
Afterwards the app should open in your browser.
2222

23-
[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://solar-mach.github.io)
2423

2524

2625
## Python package

0 commit comments

Comments
 (0)