hongaik commited on
Commit
9a58c6e
1 Parent(s): 77c3e94

initial test

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,4 +1,9 @@
1
  import streamlit as st
 
 
 
 
 
2
  # from utils import *
3
 
4
  ########## Title for the Web App ##########
 
1
  import streamlit as st
2
+ import pandas as pd
3
+ from docxtpl import DocxTemplate, InlineImage
4
+ from docx.shared import Mm, Inches
5
+ import datetime
6
+ from datetime import timedelta, date
7
  # from utils import *
8
 
9
  ########## Title for the Web App ##########