Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -313,15 +313,15 @@ def main():
|
|
313 |
fn=wrapper,
|
314 |
inputs=[mode, ideal_max_temp, ideal_min_temp, ideal_humidity, Location, Day],
|
315 |
outputs=outputs,
|
316 |
-
title="Weather
|
317 |
description=(
|
318 |
-
"<b>
|
319 |
"Designed to provide you with tailored weather forecasts, taking into account your preferences for maximum and minimum temperature, humidity, and other key factors. Our advanced algorithms calculate weather features using historical and real-time data, delivering a personalized weather score to help you plan your day with confidence.<br><br>"
|
320 |
"<b>How to use:</b><br>"
|
321 |
"1. Input your preferred maximum temperature, minimum temperature, and humidity.<br>"
|
322 |
"2. Train the model to adapt to your preferences.<br>"
|
323 |
"3. Receive personalized weather scores to better plan your day.<br><br>"
|
324 |
-
"Whether you're planning outdoor activities or just want to know how the day will feel,
|
325 |
),
|
326 |
allow_flagging=False,
|
327 |
allow_screenshot=False
|
|
|
313 |
fn=wrapper,
|
314 |
inputs=[mode, ideal_max_temp, ideal_min_temp, ideal_humidity, Location, Day],
|
315 |
outputs=outputs,
|
316 |
+
title="Weather Score",
|
317 |
description=(
|
318 |
+
"<b>WeatherPrediction: Personalized Weather Predictions</b><br>"
|
319 |
"Designed to provide you with tailored weather forecasts, taking into account your preferences for maximum and minimum temperature, humidity, and other key factors. Our advanced algorithms calculate weather features using historical and real-time data, delivering a personalized weather score to help you plan your day with confidence.<br><br>"
|
320 |
"<b>How to use:</b><br>"
|
321 |
"1. Input your preferred maximum temperature, minimum temperature, and humidity.<br>"
|
322 |
"2. Train the model to adapt to your preferences.<br>"
|
323 |
"3. Receive personalized weather scores to better plan your day.<br><br>"
|
324 |
+
"Whether you're planning outdoor activities or just want to know how the day will feel, WeatherPrediction gives you a user-focused forecast for a more enjoyable experience."
|
325 |
),
|
326 |
allow_flagging=False,
|
327 |
allow_screenshot=False
|