Spaces:
Running
Running
Commit
Β·
d725768
1
Parent(s):
8390076
Update default index
Browse files
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[
|
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)
|