Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ tmp_button = st.button("CLICK")
|
|
25 |
chain = get_chain(st.secrets['OPENAI_API_KEY'])
|
26 |
if tmp_button: #Esperar al boton
|
27 |
out = chain.invoke(pregunta)
|
28 |
-
st.write(f"<p style='text-align: right; background-color: yellow;color: black;'>{out['query']}</p>", unsafe_allow_html=True)
|
29 |
#st.rerun() #Restart app
|
30 |
else:
|
31 |
st.stop()
|
|
|
25 |
chain = get_chain(st.secrets['OPENAI_API_KEY'])
|
26 |
if tmp_button: #Esperar al boton
|
27 |
out = chain.invoke(pregunta)
|
28 |
+
st.write(f"<p style='text-align: right;style='text-size: 30px; background-color: yellow;color: black;'>{out['query']}</p>", unsafe_allow_html=True)
|
29 |
#st.rerun() #Restart app
|
30 |
else:
|
31 |
st.stop()
|