N.Achyuth Reddy commited on
Commit
41016e6
·
1 Parent(s): c03f627

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -21,13 +21,13 @@ async def init_ui(q: Q) -> None:
21
  title='AchyuthGPT',
22
  )
23
  q.page['sidebar'] = ui.nav_card(
24
- box='sidebar', color='primary', title='NeonAI Chat v1', subtitle='A Revolt of Google!',
25
  value=f"#{q.args['#']}' if q.args['#'] else '#page1",
26
  image='https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/64a509fa7f66c373b4015712/DM4QFXHsqi-01r_rjp_DL.jpeg?w=200&h=200&f=face', 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
  ],
@@ -48,9 +48,9 @@ async def init_ui(q: Q) -> None:
48
  subtitle='',
49
  items=[
50
  ui.dropdown(name='model', trigger=True, label='', value='gpt', choices=[
51
- ui.choice(name='gpt', label='GPT Model-1'),
52
- ui.choice(name='falcon', label='GPT Model-2'),
53
- ui.choice(name='mpt', label='GPT Model-3'),
54
  ]),
55
  ui.button(name='clear', label='Clear', icon='Delete'),
56
  ],
 
21
  title='AchyuthGPT',
22
  )
23
  q.page['sidebar'] = ui.nav_card(
24
+ box='sidebar', color='primary', title='NeonAI Chat v1', subtitle='A Revolt of Gooogle!',
25
  value=f"#{q.args['#']}' if q.args['#'] else '#page1",
26
  image='https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/64a509fa7f66c373b4015712/DM4QFXHsqi-01r_rjp_DL.jpeg?w=200&h=200&f=face', 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='NeonAI Chat', label='Open GPT', path='https://github.com/achyuth4/NeonAI-Chat'),
30
+ ui.nav_item(name='fine-tune', label='LLM Studio', path='https://github.com/achyuth4/NeonAI-LLMstudio'),
31
  ui.nav_item(name='more-models', label='More spaces', path='https://huggingface.co/achyuthgamer'),
32
  ]),
33
  ],
 
48
  subtitle='',
49
  items=[
50
  ui.dropdown(name='model', trigger=True, label='', value='gpt', choices=[
51
+ ui.choice(name='falcon', label='Neon Model-1'),
52
+ ui.choice(name='gpt', label='Neon Model-2'),
53
+ ui.choice(name='mpt', label='Neon Model-3'),
54
  ]),
55
  ui.button(name='clear', label='Clear', icon='Delete'),
56
  ],