Weather Forecasting World

Check out this awesome Streamlit app I built
https://share.streamlit.io/nikhileshshah01/weather-forecasting/main/weather.py

2 Likes

I really like that you took care of special characters like Γ¨, Γ©, ΓΆ, Γ€, ΓΌ, ß … even 名叀屋市 works as an input.

Did you implement this by yourself or did the weather api handle this by itself?

1 Like

Streamlit text_input method takes all the input in a string format so all that special characters or even foreign language is a type of string.So, the api calls handle that way easily.

This is amazing! Thanks for sharing. Is there a git-repo for this app?

1 Like

Yes, there is a git repo for this app in which you can get the source code.
Please give a star to the repo if you liked it :blush:
Here’s the link provided

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.