MBG0903 commited on
Commit
dfd22ba
Β·
verified Β·
1 Parent(s): ec4a82e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ from datetime import datetime, timedelta
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")
 
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")