Skip to content

Commit

Permalink
minor updates to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
GitMarco27 committed Jul 20, 2023
1 parent 747a11a commit 98f1d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


# This will create a textbox where you can input text
input_text = st.text_input("Write your prompt")
input_text = st.text_area("Write your prompt")
uploaded_files = st.file_uploader("Choose a CSV file", accept_multiple_files=True,
type=".csv")

Expand Down

0 comments on commit 98f1d8f

Please sign in to comment.