Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -281,7 +281,7 @@ with col2:
|
|
281 |
st.write(f"Duration: {touch_duration:.1f} s | Intensity: {touch_pressure:.2f}")
|
282 |
|
283 |
# Create a futuristic data display
|
284 |
-
|
285 |
```
|
286 |
βββββββββββββββββββββββββββββββββββββββββββββββ
|
287 |
β Pressure : {{measured_pressure:.2f}} β
|
|
|
281 |
st.write(f"Duration: {touch_duration:.1f} s | Intensity: {touch_pressure:.2f}")
|
282 |
|
283 |
# Create a futuristic data display
|
284 |
+
data_display = f"""
|
285 |
```
|
286 |
βββββββββββββββββββββββββββββββββββββββββββββββ
|
287 |
β Pressure : {{measured_pressure:.2f}} β
|