Improve title and icon

This commit is contained in:
yagudin 2021-06-01 17:28:05 +03:00
parent aad1dc7a8f
commit c9a127da44

View File

@ -8,8 +8,8 @@ from gjo_requests import get_resolved_questions
from plotting import plotly_calibration, plotly_calibration_odds
if __name__ == "__main__":
st.title("How calibrated are you?")
st.set_page_config(page_title="How calibrated are you?", page_icon="🦊")
st.title("🦊 How calibrated are you?")
# ---