Spaces:
Sleeping
Sleeping
Upload app.py
#3
by
maghwa
- opened
app.py
CHANGED
@@ -97,7 +97,7 @@ def generate_response(user_input,region):
|
|
97 |
print(weather_info)
|
98 |
|
99 |
user_input_translated = str(translate(user_input, "Moroccan Arabic", "English"))
|
100 |
-
name = '
|
101 |
date = 'December'
|
102 |
location = 'Fes, Morocco'
|
103 |
soil_type = soil_types[region] # Use the selected region's soil type
|
@@ -165,7 +165,10 @@ def main():
|
|
165 |
💡 Note: No API key required!
|
166 |
''')
|
167 |
add_vertical_space(5)
|
168 |
-
st.write('Made with ❤️ by [
|
|
|
|
|
|
|
169 |
|
170 |
# Generate empty lists for generated and past.
|
171 |
## generated stores AI generated responses
|
|
|
97 |
print(weather_info)
|
98 |
|
99 |
user_input_translated = str(translate(user_input, "Moroccan Arabic", "English"))
|
100 |
+
name = 'Fellah(a)'
|
101 |
date = 'December'
|
102 |
location = 'Fes, Morocco'
|
103 |
soil_type = soil_types[region] # Use the selected region's soil type
|
|
|
165 |
💡 Note: No API key required!
|
166 |
''')
|
167 |
add_vertical_space(5)
|
168 |
+
st.write('Made with ❤️ by [llama-crew](https://huggingface.co/llama-crew)')
|
169 |
+
#st.write('Made with ❤️ by [llama-crew](https://hf.co/medmac01)')
|
170 |
+
|
171 |
+
|
172 |
|
173 |
# Generate empty lists for generated and past.
|
174 |
## generated stores AI generated responses
|