liujch1998 commited on
Commit
d725768
Β·
1 Parent(s): 8390076

Update default index

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks() as demo:
102
  )
103
  with gr.Row():
104
  with gr.Column(scale=1, min_width=240):
105
- index_desc = gr.Radio(choices=INDEX_DESCS, label='Corpus', value=INDEX_DESCS[2])
106
 
107
  with gr.Column(scale=3):
108
  creativity_query = gr.Textbox(placeholder='Enter a piece of text here', label='Input', interactive=True, lines=10)
 
102
  )
103
  with gr.Row():
104
  with gr.Column(scale=1, min_width=240):
105
+ index_desc = gr.Radio(choices=INDEX_DESCS, label='Corpus', value=INDEX_DESCS[5])
106
 
107
  with gr.Column(scale=3):
108
  creativity_query = gr.Textbox(placeholder='Enter a piece of text here', label='Input', interactive=True, lines=10)