Omnibus commited on
Commit
340e47d
·
verified ·
1 Parent(s): 33b1474

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -161,10 +161,10 @@ with gr.Blocks() as app:
161
  with gr.Group():
162
  with gr.Row():
163
  with gr.Column(scale=3):
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",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()
 
161
  with gr.Group():
162
  with gr.Row():
163
  with gr.Column(scale=3):
164
+ chatbot = gr.Chatbot(label="Mixtral 8x7B Game Master",height=500, layout='panel', show_copy_button=True)
165
  with gr.Row():
166
  with gr.Column(scale=3):
167
+ opt=gr.Dropdown(label="Choices",choices=["Start a new game"],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()