Skip to content

Commit 240d46f

Browse files
Update main.py
1 parent b634592 commit 240d46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppV7/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def display_all_code():
327327
st.subheader("GitHub Link")
328328
st.write("https://github.com/petermartens98/GPT4-Programming-Assistant")
329329
st.subheader("Source Code")
330-
files = ["main.py", "df_functions.py", "htmlTemplates.py", "prompts.py", "requirements.txt"]
330+
files = ["main.py", "db_functions.py", "htmlTemplates.py", "prompts.py", "requirements.txt"]
331331
for file in files:
332332
display_file_code(file)
333333

0 commit comments

Comments
 (0)