Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,6 @@ qa = RetrievalQA.from_chain_type(
|
|
67 |
chain_type_kwargs={"prompt": prompt},
|
68 |
)
|
69 |
|
70 |
-
mport streamlit as st
|
71 |
from datetime import datetime
|
72 |
|
73 |
# Streamlit interface with improved aesthetics
|
|
|
67 |
chain_type_kwargs={"prompt": prompt},
|
68 |
)
|
69 |
|
|
|
70 |
from datetime import datetime
|
71 |
|
72 |
# Streamlit interface with improved aesthetics
|