broadfield-dev commited on
Commit
fdbb6dc
·
verified ·
1 Parent(s): e1ffd68

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -0
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"):