Rename src/streamlit_app.py to src/app.py
Browse files
src/{streamlit_app.py → app.py}
RENAMED
|
@@ -1,7 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
import numpy as np
|
| 3 |
-
import pandas as pd
|
| 4 |
-
import streamlit as st
|
| 5 |
import streamlit as st
|
| 6 |
from transformers import pipeline
|
| 7 |
|
|
|
|
| 1 |
+
|
|
|
|
|
|
|
|
|
|
| 2 |
import streamlit as st
|
| 3 |
from transformers import pipeline
|
| 4 |
|