Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,4 +6,4 @@ st.title("Candy Label Scanner")
|
|
6 |
with open("index.html", 'r', encoding='utf-8') as f:
|
7 |
html_string = f.read()
|
8 |
|
9 |
-
st.components.
|
|
|
6 |
with open("index.html", 'r', encoding='utf-8') as f:
|
7 |
html_string = f.read()
|
8 |
|
9 |
+
st.components.html(html_string, height=800, scrolling=True)
|