AItool commited on
Commit
c40a602
·
verified ·
1 Parent(s): edc5640

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")