Spaces:
Running
Running
AchyuthGamer
commited on
Commit
•
4cd47cd
1
Parent(s):
9d70837
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ async def init_ui(q: Q) -> None:
|
|
21 |
title='NeonAI Chat',
|
22 |
)
|
23 |
q.page['sidebar'] = ui.nav_card(
|
24 |
-
box='sidebar', color='primary', title='
|
25 |
value=f"#{q.args['#']}' if q.args['#'] else '#page1",
|
26 |
image='https://huggingface.co/spaces/AchyuthGamer/OpenGPT/resolve/main/opengpt-main%3Dlogo.jpg', items=[
|
27 |
ui.nav_group('', items=[
|
|
|
21 |
title='NeonAI Chat',
|
22 |
)
|
23 |
q.page['sidebar'] = ui.nav_card(
|
24 |
+
box='sidebar', color='primary', title='OpenGPT v1', subtitle='A Revolt of Gooogle!',
|
25 |
value=f"#{q.args['#']}' if q.args['#'] else '#page1",
|
26 |
image='https://huggingface.co/spaces/AchyuthGamer/OpenGPT/resolve/main/opengpt-main%3Dlogo.jpg', items=[
|
27 |
ui.nav_group('', items=[
|