Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -305,7 +305,7 @@ with col2:
|
|
305 |
"""
|
306 |
st.code(data_display, language="")
|
307 |
# First, create a template string with placeholders
|
308 |
-
|
309 |
Location: ({}, {})
|
310 |
Duration: {}s, Intensity: {}
|
311 |
Pressure: {}
|
|
|
305 |
"""
|
306 |
st.code(data_display, language="")
|
307 |
# First, create a template string with placeholders
|
308 |
+
prompt_template = """Human: Analyze the sensory input for a hyper-advanced AI humanoid:
|
309 |
Location: ({}, {})
|
310 |
Duration: {}s, Intensity: {}
|
311 |
Pressure: {}
|