Spaces:
Runtime error
Runtime error
Update Home.py
Browse files
Home.py
CHANGED
|
@@ -358,9 +358,7 @@ def application():
|
|
| 358 |
|
| 359 |
def blog():
|
| 360 |
from pathlib import Path
|
| 361 |
-
|
| 362 |
-
Blog describing the Auto-BG project
|
| 363 |
-
"""
|
| 364 |
st.write('### Auto-BG: The Board Game Concept Generator')
|
| 365 |
st.write("#### Abstract")
|
| 366 |
st.write("*This application augments one step in the board game design process by generating potential full game concepts from a collection of descriptive tags.\
|
|
|
|
| 358 |
|
| 359 |
def blog():
|
| 360 |
from pathlib import Path
|
| 361 |
+
|
|
|
|
|
|
|
| 362 |
st.write('### Auto-BG: The Board Game Concept Generator')
|
| 363 |
st.write("#### Abstract")
|
| 364 |
st.write("*This application augments one step in the board game design process by generating potential full game concepts from a collection of descriptive tags.\
|