Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as demo:
|
|
118 |
chatbot = gr.Chatbot(elem_id="chatbot")
|
119 |
inputs = gr.TextArea(placeholder="Olá!", label="Digite uma entrada e pressione Enter", lines=3)
|
120 |
state = gr.State([])
|
121 |
-
b1 = gr.Button(
|
122 |
|
123 |
#inputs, top_p, temperature, top_k, repetition_penalty
|
124 |
with gr.Accordion("Parameters", open=False):
|
|
|
118 |
chatbot = gr.Chatbot(elem_id="chatbot")
|
119 |
inputs = gr.TextArea(placeholder="Olá!", label="Digite uma entrada e pressione Enter", lines=3)
|
120 |
state = gr.State([])
|
121 |
+
b1 = gr.Button("Submit")
|
122 |
|
123 |
#inputs, top_p, temperature, top_k, repetition_penalty
|
124 |
with gr.Accordion("Parameters", open=False):
|