Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -422,7 +422,7 @@ with tab1:
|
|
| 422 |
st.write("Use the following code to embed the DataHarvest web app on your website. Feel free to adjust the width and height values to fit your page.")
|
| 423 |
code = '''
|
| 424 |
<iframe
|
| 425 |
-
src="
|
| 426 |
frameborder="0"
|
| 427 |
width="850"
|
| 428 |
height="450"
|
|
|
|
| 422 |
st.write("Use the following code to embed the DataHarvest web app on your website. Feel free to adjust the width and height values to fit your page.")
|
| 423 |
code = '''
|
| 424 |
<iframe
|
| 425 |
+
src="https://aiecosystem-dataharvest.hf.space"
|
| 426 |
frameborder="0"
|
| 427 |
width="850"
|
| 428 |
height="450"
|