Spaces:
Sleeping
Sleeping
Update models/speech_interface.py
Browse files
models/speech_interface.py
CHANGED
|
@@ -338,7 +338,6 @@ class SpeechInterface:
|
|
| 338 |
"""
|
| 339 |
Create voice interface specifically for sustainability tracker
|
| 340 |
"""
|
| 341 |
-
st.markdown("### 🎤 Voice Input for Sustainability Data")
|
| 342 |
|
| 343 |
# Voice input for water usage
|
| 344 |
water_usage_text = self.create_voice_input_widget(
|
|
@@ -409,7 +408,6 @@ class SpeechInterface:
|
|
| 409 |
"""
|
| 410 |
Create voice interface for farm details input
|
| 411 |
"""
|
| 412 |
-
st.markdown("### 🎤 Voice Input for Farm Details")
|
| 413 |
|
| 414 |
# Voice input for farm size
|
| 415 |
farm_size_text = self.create_voice_input_widget(
|
|
|
|
| 338 |
"""
|
| 339 |
Create voice interface specifically for sustainability tracker
|
| 340 |
"""
|
|
|
|
| 341 |
|
| 342 |
# Voice input for water usage
|
| 343 |
water_usage_text = self.create_voice_input_widget(
|
|
|
|
| 408 |
"""
|
| 409 |
Create voice interface for farm details input
|
| 410 |
"""
|
|
|
|
| 411 |
|
| 412 |
# Voice input for farm size
|
| 413 |
farm_size_text = self.create_voice_input_widget(
|