Spaces:
Runtime error
Runtime error
try
Browse files- app.py +6 -0
- requirements.txt +4 -0
app.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
from streamlit_sweethome3d import streamlit_sweethome3d
|
3 |
+
|
4 |
+
st.header("Sweet Home 3D")
|
5 |
+
st.markdown("This is an example of [streamlit_sweethome3d](https://gitlab.com/nicolalandro/streamlit-sweethome3d) plugin.")
|
6 |
+
state = streamlit_sweethome3d(name = "NameViteVanilla")
|
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
|
3 |
+
--index-url https://gitlab.com/api/v4/projects/53115935/packages/pypi/simple
|
4 |
+
streamlit-sweethome3d
|