Spaces:
Running
Running
zach
commited on
Commit
Β·
60f669b
1
Parent(s):
8e2cadd
Fix typo in README
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ Expressive TTS Arena/
|
|
33 |
β βββ assets/
|
34 |
β β βββ styles.css # Defines custom css
|
35 |
β βββ database/
|
36 |
-
β β βββ __init__.py # Makes database a package;
|
37 |
β β βββ crud.py # Defines operations for interacting with database
|
38 |
β β βββ database.py # Sets up SQLAlchemy database connection
|
39 |
β β βββ models.py # SQLAlchemy database models
|
|
|
33 |
β βββ assets/
|
34 |
β β βββ styles.css # Defines custom css
|
35 |
β βββ database/
|
36 |
+
β β βββ __init__.py # Makes database a package; expose methods to persist votes
|
37 |
β β βββ crud.py # Defines operations for interacting with database
|
38 |
β β βββ database.py # Sets up SQLAlchemy database connection
|
39 |
β β βββ models.py # SQLAlchemy database models
|