Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,7 +164,7 @@ with gr.Blocks() as app:
|
|
| 164 |
chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",height=300, layout='panel', show_copy_button=True)
|
| 165 |
with gr.Row():
|
| 166 |
with gr.Column(scale=3):
|
| 167 |
-
opt=gr.Dropdown(label="Choices", value="Start a new game", interactive=True)
|
| 168 |
#prompt=gr.Textbox(label = "Prompt", value="Start a new game")
|
| 169 |
with gr.Column(scale=2):
|
| 170 |
button=gr.Button()
|
|
|
|
| 164 |
chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",height=300, layout='panel', show_copy_button=True)
|
| 165 |
with gr.Row():
|
| 166 |
with gr.Column(scale=3):
|
| 167 |
+
opt=gr.Dropdown(label="Choices",allow_custom_value=True, value="Start a new game", interactive=True)
|
| 168 |
#prompt=gr.Textbox(label = "Prompt", value="Start a new game")
|
| 169 |
with gr.Column(scale=2):
|
| 170 |
button=gr.Button()
|