ilar06 commited on
Commit
0cfe559
1 Parent(s): 8efa24d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.v1.html(html_string, height=800, scrolling=True)
 
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)