gaspar-avit commited on
Commit
861f354
·
1 Parent(s): 74a5af8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,11 +1,13 @@
1
  # -*- coding: utf-8 -*-
2
  """
3
- Created on Fri Mar 31 17:45:36 2023
4
 
5
  @author: Gaspar Avit Ferrero
6
  """
 
7
  import os
8
  import streamlit as st
 
9
 
10
  from streamlit import session_state as session
11
  from htbuilder import HtmlElement, div, hr, a, p, styles
 
1
  # -*- coding: utf-8 -*-
2
  """
3
+ Created on Fri Mar 31 17:45:36 2023.
4
 
5
  @author: Gaspar Avit Ferrero
6
  """
7
+
8
  import os
9
  import streamlit as st
10
+ import pandas as pd
11
 
12
  from streamlit import session_state as session
13
  from htbuilder import HtmlElement, div, hr, a, p, styles