Memoona648 commited on
Commit
e7aa667
·
verified ·
1 Parent(s): 0f2d909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from streamlit.components.v1 import html as st_html
4
 
5
  from planmate import utils
6
  from planmate.config import APP_TITLE, APP_TAGLINE, THEME, CURRENCY
7
- from planmate.flights import search_flightsimport streamlit as st
 
8
  from datetime import date
9
  from streamlit.components.v1 import html as st_html
10
 
 
4
 
5
  from planmate import utils
6
  from planmate.config import APP_TITLE, APP_TAGLINE, THEME, CURRENCY
7
+ from planmate.flights import search_flights
8
+ import streamlit as st
9
  from datetime import date
10
  from streamlit.components.v1 import html as st_html
11