Spaces:
Sleeping
Sleeping
didnt import re
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
# 4. Open a Simple Browswer with View --> Command Palette --> Simple Browser: Show
|
| 6 |
# 5. use the URL from prior steps as intput into this simple browser
|
| 7 |
|
| 8 |
-
|
| 9 |
import streamlit as st
|
| 10 |
import altair as alt
|
| 11 |
from vega_datasets import data
|
|
|
|
| 5 |
# 4. Open a Simple Browswer with View --> Command Palette --> Simple Browser: Show
|
| 6 |
# 5. use the URL from prior steps as intput into this simple browser
|
| 7 |
|
| 8 |
+
import re
|
| 9 |
import streamlit as st
|
| 10 |
import altair as alt
|
| 11 |
from vega_datasets import data
|