Check out this awesome Streamlit app I built
https://share.streamlit.io/nikhileshshah01/weather-forecasting/main/weather.py
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?
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?
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
Here’s the link provided
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.