Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|