Spaces:
Sleeping
Sleeping
N.Achyuth Reddy
commited on
Commit
·
32d45c1
1
Parent(s):
a90959f
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ async def init_ui(q: Q) -> None:
|
|
23 |
q.page['sidebar'] = ui.nav_card(
|
24 |
box='sidebar', color='primary', title='AchyuthGPT', subtitle='Programmed by Achyuth',
|
25 |
value=f"#{q.args['#']}' if q.args['#'] else '#page1",
|
26 |
-
image='https://huggingface.co/spaces/AchyuthGamer/AchyuthGPT-v1/resolve/main/
|
27 |
ui.nav_group('', items=[
|
28 |
ui.nav_item(name='dwave-docs', label='Wave docs', path='https://AchyuthGPT.blogspot.com/'),
|
29 |
ui.nav_item(name='Achyuth-GPT', label='Achyuth GPT', path='https://github.com/achyuth4/AchyuthGPT-llmstudio'),
|
|
|
23 |
q.page['sidebar'] = ui.nav_card(
|
24 |
box='sidebar', color='primary', title='AchyuthGPT', subtitle='Programmed by Achyuth',
|
25 |
value=f"#{q.args['#']}' if q.args['#'] else '#page1",
|
26 |
+
image='https://huggingface.co/spaces/AchyuthGamer/AchyuthGPT-v1/resolve/main/AchyuthGPT-logo.jpg', items=[
|
27 |
ui.nav_group('', items=[
|
28 |
ui.nav_item(name='dwave-docs', label='Wave docs', path='https://AchyuthGPT.blogspot.com/'),
|
29 |
ui.nav_item(name='Achyuth-GPT', label='Achyuth GPT', path='https://github.com/achyuth4/AchyuthGPT-llmstudio'),
|