Shad0ws commited on
Commit
c4f63e4
·
1 Parent(s): 528f7a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -65,8 +65,7 @@ with st.sidebar:
65
  except OpenAIError as e:
66
  st.error(e._message)
67
 
68
- tab1, tab2 = st.tabs(["Chat with the File", "About the Application"])
69
-
70
  with tab1:
71
  st.write('To obtain an API Key you must create an OpenAI account at the following link: https://openai.com/api/')
72
  if 'generated' not in st.session_state:
 
65
  except OpenAIError as e:
66
  st.error(e._message)
67
 
68
+ tab1, tab2 = st.tabs(["Chat with the File", "About the Application"])
 
69
  with tab1:
70
  st.write('To obtain an API Key you must create an OpenAI account at the following link: https://openai.com/api/')
71
  if 'generated' not in st.session_state: