From c9a127da44dc25ffb2718af6ad51d268c8c792e5 Mon Sep 17 00:00:00 2001 From: yagudin Date: Tue, 1 Jun 2021 17:28:05 +0300 Subject: [PATCH] Improve title and icon --- strmlt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strmlt.py b/strmlt.py index 2de9011..6bc1708 100644 --- a/strmlt.py +++ b/strmlt.py @@ -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?") # ---