Plasmoxy commited on
Commit
b877e5d
·
1 Parent(s): ca516fe
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -346,6 +346,9 @@ demo = gr.Interface(
346
  examples=[
347
  [SAMPLE_CONVERSATIONS["Quick Bug Fix"]],
348
  [SAMPLE_CONVERSATIONS["Gaming Session"]],
 
 
 
349
  [SAMPLE_CONVERSATIONS["Study Group"]],
350
  ],
351
  )
 
346
  examples=[
347
  [SAMPLE_CONVERSATIONS["Quick Bug Fix"]],
348
  [SAMPLE_CONVERSATIONS["Gaming Session"]],
349
+ [SAMPLE_CONVERSATIONS["Anime Discussion"]],
350
+ [SAMPLE_CONVERSATIONS["Movie Night Planning"]],
351
+ [SAMPLE_CONVERSATIONS["Recipe Sharing"]],
352
  [SAMPLE_CONVERSATIONS["Study Group"]],
353
  ],
354
  )