Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,6 @@ import hashlib
|
|
9 |
import json
|
10 |
from datetime import datetime
|
11 |
|
12 |
-
@st.cache_data
|
13 |
def load_famous_quotes():
|
14 |
famous_quotes = [
|
15 |
{"Number": 1, "Quote Topic": "Imagination", "Quote": "The true sign of intelligence is not knowledge but imagination. – Albert Einstein"},
|
|
|
9 |
import json
|
10 |
from datetime import datetime
|
11 |
|
|
|
12 |
def load_famous_quotes():
|
13 |
famous_quotes = [
|
14 |
{"Number": 1, "Quote Topic": "Imagination", "Quote": "The true sign of intelligence is not knowledge but imagination. – Albert Einstein"},
|