Omnibus commited on
Commit
75cc7f1
·
verified ·
1 Parent(s): 733d330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()