didnt import re

#43
by jfiel5 - opened
Files changed (1) hide show
  1. app.py +1 -1
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