diff --git a/InSightful.py b/app.py similarity index 99% rename from InSightful.py rename to app.py index cacb0fc..c782f3b 100644 --- a/InSightful.py +++ b/app.py @@ -241,4 +241,4 @@ def main(): st.session_state["chat_history"] = chat_history if __name__ == "__main__": - main() \ No newline at end of file + main()