Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelligenzaArtificiale authored Dec 29, 2023
1 parent abfd04d commit afb2f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@


else:
file_up = st.file_uploader("📥 Upload .iaItaliaBotConfig", type=['iaItaliaBotConfig'], accept_multiple_files=False)
file_up = st.file_uploader("📥 Upload .iaItaliaBotConfig", type=['.iaItaliaBotConfig'], accept_multiple_files=False)
if file_up:
if st.button("🤖 Build imported Assistant"):
client = openai.OpenAI()
Expand Down

0 comments on commit afb2f9f

Please sign in to comment.