broadfield-dev commited on
Commit
f2c5458
·
verified ·
1 Parent(s): d8360c9

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -251,7 +251,7 @@ def ui_manual_comment(username, password, post_id, reply_id, content):
251
  return result, api_get_feed()
252
 
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
 
 
251
  return result, api_get_feed()
252
 
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