Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
import streamlit.
|
3 |
|
4 |
st.title("Candy Label Scanner")
|
5 |
|
@@ -109,4 +109,4 @@ html_code = """
|
|
109 |
</html>
|
110 |
"""
|
111 |
|
112 |
-
|
|
|
1 |
import streamlit as st
|
2 |
+
import streamlit.opticalcharacterrecognition.html as opticalcharacterrecognition
|
3 |
|
4 |
st.title("Candy Label Scanner")
|
5 |
|
|
|
109 |
</html>
|
110 |
"""
|
111 |
|
112 |
+
opticalcharacterrecognition.html(html_code, height=600)
|