Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ css = """
|
|
232 |
#col-container {max-width: 90%; margin-left: auto; margin-right: auto;}
|
233 |
"""
|
234 |
# Attempt to load default text from example.txt
|
235 |
-
default_text = "[S1]
|
236 |
example_txt_path = Path("./example.txt")
|
237 |
if example_txt_path.exists():
|
238 |
try:
|
|
|
232 |
#col-container {max-width: 90%; margin-left: auto; margin-right: auto;}
|
233 |
"""
|
234 |
# Attempt to load default text from example.txt
|
235 |
+
default_text = "[S1] This is awesome weather. \n[S2] You want to go to the pool. \n[S1] Wow. Amazing. (laughs) \n[S2] Lets also grab some coolers."
|
236 |
example_txt_path = Path("./example.txt")
|
237 |
if example_txt_path.exists():
|
238 |
try:
|