Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
from src.some_module import your_pipeline # whatever you need
|
3 |
|
4 |
st.title("Home-FastHTML in Streamlit")
|
5 |
input_html = st.text_area("Paste HTML here")
|
|
|
1 |
import streamlit as st
|
2 |
+
#from src.some_module import your_pipeline # whatever you need
|
3 |
|
4 |
st.title("Home-FastHTML in Streamlit")
|
5 |
input_html = st.text_area("Paste HTML here")
|