Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -177,19 +177,4 @@ To get an API key, visit [api.nasa.gov](https://api.nasa.gov).
|
|
177 |
|
178 |
st.sidebar.markdown("---")
|
179 |
st.sidebar.markdown("""
|
180 |
-
|
181 |
-
1. Save this code as `app.py`
|
182 |
-
2. Create `requirements.txt` with:
|
183 |
-
```
|
184 |
-
streamlit
|
185 |
-
requests
|
186 |
-
pandas
|
187 |
-
plotly
|
188 |
-
python-dotenv
|
189 |
-
```
|
190 |
-
3. Add `.env` file with:
|
191 |
-
```
|
192 |
-
NASA_API_KEY=your_key_here
|
193 |
-
```
|
194 |
-
4. Deploy to Streamlit Cloud or similar
|
195 |
-
""")
|
|
|
177 |
|
178 |
st.sidebar.markdown("---")
|
179 |
st.sidebar.markdown("""
|
180 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|