Spaces:
Sleeping
Sleeping
Commit
·
2eaf5dd
1
Parent(s):
47e1ddd
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def main():
|
|
85 |
|
86 |
with model_1:
|
87 |
question = st.text_area(label="Digite sua pergunta para o modelo", height=25, placeholder="Digite sua pergunta...")
|
88 |
-
|
89 |
|
90 |
with model_2:
|
91 |
with st.spinner('Wait for it...'):
|
|
|
85 |
|
86 |
with model_1:
|
87 |
question = st.text_area(label="Digite sua pergunta para o modelo", height=25, placeholder="Digite sua pergunta...")
|
88 |
+
submit_2 = st.button('Gerar resposta!')
|
89 |
|
90 |
with model_2:
|
91 |
with st.spinner('Wait for it...'):
|