N.Achyuth Reddy commited on
Commit
2b50986
·
1 Parent(s): 2aad543

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -21,14 +21,14 @@ async def init_ui(q: Q) -> None:
21
  title='AchyuthGPT',
22
  )
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'),
30
- ui.nav_item(name='fine-tune', label='LLM Studio', path='https://github.com/achyuth4/AchyuthGPT-llmstudio'),
31
- ui.nav_item(name='more-models', label='More models', path='https://huggingface.co/achyuthgamer'),
32
  ]),
33
  ],
34
  secondary_items=[
 
21
  title='AchyuthGPT',
22
  )
23
  q.page['sidebar'] = ui.nav_card(
24
+ box='sidebar', color='primary', title='OpenGPT', subtitle='A Revolt of Google!',
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://opengptai.blogspot.com/achyuthgpt/'),
29
+ ui.nav_item(name='Achyuth-GPT', label='Open GPT', path='https://github.com/achyuth4/OpenGPT-llmstudio'),
30
+ ui.nav_item(name='fine-tune', label='LLM Studio', path='https://github.com/achyuth4/OpenGPT-llmstudio'),
31
+ ui.nav_item(name='more-models', label='More spaces', path='https://huggingface.co/achyuthgamer'),
32
  ]),
33
  ],
34
  secondary_items=[