Spaces:
Sleeping
Sleeping
Update modules/app.py
Browse files- modules/app.py +2 -0
modules/app.py
CHANGED
@@ -165,6 +165,8 @@ def greet(request: gr.Request):
|
|
165 |
# return f"Welcome to ∞AI LP, {request.username['name']}", request.username, iframe
|
166 |
return f"Welcome to ∞AI LP, {request.username['name']}", request.username
|
167 |
|
|
|
|
|
168 |
with gr.Blocks(title=meta_title, fill_width=True, css=custom_css, head=gtag) as main_demo:
|
169 |
with gr.Row():
|
170 |
with gr.Column():
|
|
|
165 |
# return f"Welcome to ∞AI LP, {request.username['name']}", request.username, iframe
|
166 |
return f"Welcome to ∞AI LP, {request.username['name']}", request.username
|
167 |
|
168 |
+
dev_only = False
|
169 |
+
|
170 |
with gr.Blocks(title=meta_title, fill_width=True, css=custom_css, head=gtag) as main_demo:
|
171 |
with gr.Row():
|
172 |
with gr.Column():
|