Sephfox commited on
Commit
0711818
·
verified ·
1 Parent(s): 750e98c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -14,10 +14,6 @@ from streamlit_drawable_canvas import st_canvas
14
 
15
 
16
 
17
- import streamlit as st
18
-
19
- import streamlit as st
20
-
21
  # Set page config
22
  st.set_page_config(page_title="NeuraSense AI - Cyberpunk Edition", page_icon="🧠", layout="wide")
23
 
@@ -533,7 +529,7 @@ with col1:
533
  st.subheader("Humanoid Avatar Interface")
534
 
535
  # Use st_canvas for touch input
536
- canvas_result = st_canvas(
537
  fill_color="rgba(0, 255, 255, 0.3)",
538
  stroke_width=2,
539
  stroke_color="#00FFFF",
 
14
 
15
 
16
 
 
 
 
 
17
  # Set page config
18
  st.set_page_config(page_title="NeuraSense AI - Cyberpunk Edition", page_icon="🧠", layout="wide")
19
 
 
529
  st.subheader("Humanoid Avatar Interface")
530
 
531
  # Use st_canvas for touch input
532
+ canvas_result = st_canvas(
533
  fill_color="rgba(0, 255, 255, 0.3)",
534
  stroke_width=2,
535
  stroke_color="#00FFFF",