Spaces:
Runtime error
Runtime error
initial test
Browse files
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 ##########
|