We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98113ab commit d6e9092Copy full SHA for d6e9092
1 file changed
frontend.py
@@ -4,7 +4,7 @@
4
import urllib.parse
5
import time
6
7
-st.set_page_config(page_title="Simple Social", layout="wide")
+st.set_page_config(page_title="PixelFlow", layout="wide")
8
9
API_URL = "https://simple-social-api-5efn.onrender.com"
10
@@ -23,7 +23,7 @@ def get_headers():
23
24
25
def login_page():
26
- st.title("🚀 Welcome to Simple Social")
+ st.title("Welcome to PixelFlow")
27
28
# Simple form with two buttons
29
email = st.text_input("Email:")
0 commit comments