Sephfox commited on
Commit
944d20e
·
verified ·
1 Parent(s): 77acd73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -528,6 +528,7 @@ if uploaded_file is not None:
528
  response = generate_ai_response(keypoints, sensation_map)
529
  st.write("AI Response:", response)
530
 
 
531
  # Touch controls and output
532
  with col2:
533
  st.subheader("Neural Interface Controls")
 
528
  response = generate_ai_response(keypoints, sensation_map)
529
  st.write("AI Response:", response)
530
 
531
+ col1, col2 = st.columns(2)
532
  # Touch controls and output
533
  with col2:
534
  st.subheader("Neural Interface Controls")