Sephfox commited on
Commit
58b7673
1 Parent(s): 980018a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -470,7 +470,8 @@ data = base64.b64encode(buf.getvalue()).decode('utf-8')
470
 
471
  plt.close()
472
 
473
- return f'data:image/png;base64,{data}'
 
474
 
475
  # Streamlit app
476
  st.title("NeuraSense AI - Humanoid Touch Point Detection")
 
470
 
471
  plt.close()
472
 
473
+ return
474
+ f'data:image/png;base64,{data}'
475
 
476
  # Streamlit app
477
  st.title("NeuraSense AI - Humanoid Touch Point Detection")