Spaces:
Sleeping
Sleeping
Update server.py
Browse files
server.py
CHANGED
@@ -253,6 +253,7 @@ def ui_manual_comment(username, password, post_id, reply_id, content):
|
|
253 |
with gr.Blocks(theme=gr.themes.Soft(), title="Social App") as demo:
|
254 |
gr.Markdown("# Dummy Social Media Platform")
|
255 |
gr.Markdown(f"This app provides an API for iLearn agents to interact with. **Storage Backend: `{STORAGE_BACKEND_CONFIG}`**")
|
|
|
256 |
|
257 |
with gr.Tabs():
|
258 |
with gr.TabItem("Live Feed"):
|
|
|
253 |
with gr.Blocks(theme=gr.themes.Soft(), title="Social App") as demo:
|
254 |
gr.Markdown("# Dummy Social Media Platform")
|
255 |
gr.Markdown(f"This app provides an API for iLearn agents to interact with. **Storage Backend: `{STORAGE_BACKEND_CONFIG}`**")
|
256 |
+
gr.Markdown(f"This Server address: https://broadfield-dev-ilearnhub.hf.space")
|
257 |
|
258 |
with gr.Tabs():
|
259 |
with gr.TabItem("Live Feed"):
|