Spaces:
Sleeping
Sleeping
Commit ·
ecdca55
1
Parent(s): 70651c8
Updated Logos #2
Browse files
pred_jokes.json → data/pred_jokes.json
RENAMED
|
File without changes
|
pages/guess_page.py
CHANGED
|
@@ -8,7 +8,7 @@ import streamlit.components.v1 as components
|
|
| 8 |
|
| 9 |
import json, random
|
| 10 |
|
| 11 |
-
with open("pred_jokes.json", "r") as f:
|
| 12 |
jokes = json.load(f)
|
| 13 |
|
| 14 |
def make_grid(cols,rows):
|
|
|
|
| 8 |
|
| 9 |
import json, random
|
| 10 |
|
| 11 |
+
with open("./data/pred_jokes.json", "r") as f:
|
| 12 |
jokes = json.load(f)
|
| 13 |
|
| 14 |
def make_grid(cols,rows):
|