GitMarco27 commited on
Commit
98f1d8f
·
1 Parent(s): 747a11a

minor updates to frontend

Browse files
Files changed (1) hide show
  1. frontend/demo.py +1 -1
frontend/demo.py CHANGED
@@ -13,7 +13,7 @@ st.sidebar.markdown("[Github Repo](https://github.com/shroominic/codeinterpreter
13
 
14
 
15
  # This will create a textbox where you can input text
16
- input_text = st.text_input("Write your prompt")
17
  uploaded_files = st.file_uploader("Choose a CSV file", accept_multiple_files=True,
18
  type=".csv")
19
 
 
13
 
14
 
15
  # This will create a textbox where you can input text
16
+ input_text = st.text_area("Write your prompt")
17
  uploaded_files = st.file_uploader("Choose a CSV file", accept_multiple_files=True,
18
  type=".csv")
19