Spaces:
Running
Running
zach
commited on
Commit
Β·
5fae21a
1
Parent(s):
60f669b
Fix another 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; expose methods
|
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 ORM methods
|
37 |
β β βββ crud.py # Defines operations for interacting with database
|
38 |
β β βββ database.py # Sets up SQLAlchemy database connection
|
39 |
β β βββ models.py # SQLAlchemy database models
|