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