Kaludi commited on
Commit
dd72b01
·
1 Parent(s): 86ece49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def chatbot(api_key, query_text, file_data):
35
  messages.append({"role": "assistant", "content": response_line})
36
 
37
  api_key = st.text_input("OpenAI API Key", type="password", key=2)
38
- query_text = st.text_area("Question", key="input", height=150)
39
  file_type = st.selectbox("Select File Type", options=["CSV", "PDF", "Text"])
40
 
41
  file_data = None
 
35
  messages.append({"role": "assistant", "content": response_line})
36
 
37
  api_key = st.text_input("OpenAI API Key", type="password", key=2)
38
+ query_text = st.text_area("Question", key="input", height=100)
39
  file_type = st.selectbox("Select File Type", options=["CSV", "PDF", "Text"])
40
 
41
  file_data = None