SwatGarg commited on
Commit
a8ba6ba
1 Parent(s): 6df9bd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  import os
 
3
  from streamlit_chat import message
4
  from streamlit_extras.colored_header import colored_header
5
  from streamlit_extras.add_vertical_space import add_vertical_space
 
1
  import streamlit as st
2
  import os
3
+ import pandas as pd
4
  from streamlit_chat import message
5
  from streamlit_extras.colored_header import colored_header
6
  from streamlit_extras.add_vertical_space import add_vertical_space