To upload files, please first save the app
import streamlit as st
import requests
st.title('Hello, world!')
result = requests.get("https://pokemondb.net/pokedex/national")
print(result.text)
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?