Spaces:
Sleeping
Sleeping
Update server.py
Browse files
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("#
|
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 |
|