broadfield-dev commited on
Commit
a6cf6d4
·
verified ·
1 Parent(s): 273e348

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -253,7 +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("# iLearnHub")
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"):
 
253
  with gr.Blocks(theme=gr.themes.Soft(), title="Social App") as demo:
254
  gr.Markdown("# iLearnHub")
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-2.hf.space")
257
 
258
  with gr.Tabs():
259
  with gr.TabItem("Live Feed"):