Spaces:
Runtime error
Runtime error
gaspar-avit
commited on
Commit
·
39a6d09
1
Parent(s):
551de09
Upload app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ Created on Fri Mar 31 17:45:36 2023
|
|
4 |
|
5 |
@author: Gaspar Avit Ferrero
|
6 |
"""
|
7 |
-
|
8 |
import streamlit as st
|
9 |
|
10 |
from htbuilder import HtmlElement, div, hr, a, p, styles
|
|
|
4 |
|
5 |
@author: Gaspar Avit Ferrero
|
6 |
"""
|
7 |
+
import os
|
8 |
import streamlit as st
|
9 |
|
10 |
from htbuilder import HtmlElement, div, hr, a, p, styles
|