Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
611279e
1
Parent(s):
19d1e42
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def retrieve_user_points(user_chat_id):
|
|
93 |
points = get_user_points(user_chat_id)
|
94 |
if points == "Guest":
|
95 |
return "Please register with @myexpsupportBot", ""
|
96 |
-
return
|
97 |
|
98 |
def extract_user_chat_id_from_url(url):
|
99 |
parsed_url = urlparse(url)
|
@@ -148,7 +148,7 @@ def create_gradio_interface():
|
|
148 |
with gr.Blocks() as interface:
|
149 |
# Personalized HTML content
|
150 |
gr.HTML("""
|
151 |
-
<h1>
|
152 |
<h3>Welcome! Please enter your user chat ID to continue.</h3>
|
153 |
""")
|
154 |
|
|
|
93 |
points = get_user_points(user_chat_id)
|
94 |
if points == "Guest":
|
95 |
return "Please register with @myexpsupportBot", ""
|
96 |
+
return points
|
97 |
|
98 |
def extract_user_chat_id_from_url(url):
|
99 |
parsed_url = urlparse(url)
|
|
|
148 |
with gr.Blocks() as interface:
|
149 |
# Personalized HTML content
|
150 |
gr.HTML("""
|
151 |
+
<h1> AI Image Generate DALL 4K</h1>
|
152 |
<h3>Welcome! Please enter your user chat ID to continue.</h3>
|
153 |
""")
|
154 |
|