Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import time
|
|
|
3 |
|
4 |
# Your list of quotes as a dictionary
|
5 |
quotes = [
|
|
|
1 |
import streamlit as st
|
2 |
import time
|
3 |
+
from io import StringIO # Import StringIO from io module
|
4 |
|
5 |
# Your list of quotes as a dictionary
|
6 |
quotes = [
|