Spaces:
Sleeping
Sleeping
Commit
·
4d8f037
1
Parent(s):
532c613
Update app.py
Browse files
app.py
CHANGED
@@ -83,11 +83,11 @@ def main():
|
|
83 |
with qa:
|
84 |
st.header("Modelo para resposta de perguntas")
|
85 |
|
86 |
-
with
|
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
|
91 |
with st.spinner('Wait for it...'):
|
92 |
if submit_2:
|
93 |
if language == 'Português (pt)':
|
|
|
83 |
with qa:
|
84 |
st.header("Modelo para resposta de perguntas")
|
85 |
|
86 |
+
with qa_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 qa_2:
|
91 |
with st.spinner('Wait for it...'):
|
92 |
if submit_2:
|
93 |
if language == 'Português (pt)':
|