MBG0903 commited on
Commit
e0c8a9e
Β·
verified Β·
1 Parent(s): 9d1082d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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")