Spaces:
Sleeping
Sleeping
Commit ·
f165257
1
Parent(s): 8906346
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,4 +20,7 @@ def main():
|
|
| 20 |
st.success("Processing completed!")
|
| 21 |
|
| 22 |
if __name__ == "__main__":
|
| 23 |
-
main()
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
st.success("Processing completed!")
|
| 21 |
|
| 22 |
if __name__ == "__main__":
|
| 23 |
+
main()
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
#Sourced from https://huggingface.co/spaces/awacke1/ChatGPT-Memory-Chat-Story-Generator as part of Data Track - AI Pair Programming session with Aaron C Wacker
|