Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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()
|