nagasurendra commited on
Commit
194d4f1
·
verified ·
1 Parent(s): 19bb0f9

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio==3.22.0 # Gradio for creating the UI
2
+ flask==2.2.2 # Flask if you need a backend for storing user data or authentication
3
+ sqlalchemy==2.0.6 # If using SQLAlchemy for handling databases