Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,6 @@ from datetime import datetime, timedelta
|
|
| 6 |
import pandas as pd
|
| 7 |
import streamlit as st
|
| 8 |
|
| 9 |
-
st.set_option('server.headless', True)
|
| 10 |
-
|
| 11 |
st.set_page_config(page_title="AI Lighting Quotation Agent", layout="wide")
|
| 12 |
st.title("π‘ AI Lighting Quotation Agent (Prototype)")
|
| 13 |
st.caption("Paste inquiry β extract specs β rank suppliers β recommend pricing β generate quote draft")
|
|
|
|
| 6 |
import pandas as pd
|
| 7 |
import streamlit as st
|
| 8 |
|
|
|
|
|
|
|
| 9 |
st.set_page_config(page_title="AI Lighting Quotation Agent", layout="wide")
|
| 10 |
st.title("π‘ AI Lighting Quotation Agent (Prototype)")
|
| 11 |
st.caption("Paste inquiry β extract specs β rank suppliers β recommend pricing β generate quote draft")
|