Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,11 +1,5 @@
|
|
| 1 |
|
| 2 |
import streamlit as st
|
| 3 |
-
import pandas as pd
|
| 4 |
-
import os
|
| 5 |
-
import csv
|
| 6 |
-
import huggingface_hub
|
| 7 |
-
from huggingface_hub import Repository
|
| 8 |
-
from datetime import datetime
|
| 9 |
|
| 10 |
st.title("Basic Streamlit App")
|
| 11 |
name = st.text_input("Enter your name", '')
|
|
|
|
| 1 |
|
| 2 |
import streamlit as st
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
st.title("Basic Streamlit App")
|
| 5 |
name = st.text_input("Enter your name", '')
|