Waflon commited on
Commit
f15366a
·
verified ·
1 Parent(s): 53ab55a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -1,9 +1,5 @@
1
  import streamlit as st
2
  from modelo import get_chain
3
- import os
4
-
5
-
6
- os.environ["OPENAI_API_KEY"] = st.secrets['OPENAI_API_KEY'] # agregada en la config de hugginface
7
 
8
  #Menu Visual
9
  st.markdown("<h1 style='text-align: center; color: yellow;'>Chatbot SII</h1>", unsafe_allow_html=True) #mandar un texto en html
 
1
  import streamlit as st
2
  from modelo import get_chain
 
 
 
 
3
 
4
  #Menu Visual
5
  st.markdown("<h1 style='text-align: center; color: yellow;'>Chatbot SII</h1>", unsafe_allow_html=True) #mandar un texto en html