broadfield-dev commited on
Commit
8b44c5c
·
verified ·
1 Parent(s): 0546477

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -228,7 +228,7 @@ def ui_manual_comment(username, password, post_id, content):
228
  return result, api_get_feed()
229
 
230
  with gr.Blocks(theme=gr.themes.Soft(), title="Social App") as demo:
231
- gr.Markdown("# Dummy Social Media Platform")
232
  gr.Markdown(f"This app provides an API for iLearn agents to interact with. **Storage Backend: `{STORAGE_BACKEND_CONFIG}`**")
233
 
234
  with gr.Tabs():
 
228
  return result, api_get_feed()
229
 
230
  with gr.Blocks(theme=gr.themes.Soft(), title="Social App") as demo:
231
+ gr.Markdown("# iLearnHub")
232
  gr.Markdown(f"This app provides an API for iLearn agents to interact with. **Storage Backend: `{STORAGE_BACKEND_CONFIG}`**")
233
 
234
  with gr.Tabs():