bhagwandas commited on
Commit
a75c2d4
Β·
verified Β·
1 Parent(s): c77c2e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -11,7 +11,7 @@ import os
11
 
12
  st.set_page_config(page_title="Smart Factory RAG Assistant", layout="wide")
13
 
14
- st.title("🏠 Industry 5.0 | FactoryGPT")
15
 
16
  # Load open-access model (Zephyr)
17
  @st.cache_resource(show_spinner=True)
@@ -158,4 +158,5 @@ Provide a short, focused response in your role.
158
  st.markdown(f"**{answer}**")
159
 
160
  else:
161
- st.info("πŸ“‚ Please upload a factory CSV data file to begin analysis.")
 
 
11
 
12
  st.set_page_config(page_title="Smart Factory RAG Assistant", layout="wide")
13
 
14
+ st.title("🏠 Industry 5.0 | Smart Factory RAG Assistant (Open Source)")
15
 
16
  # Load open-access model (Zephyr)
17
  @st.cache_resource(show_spinner=True)
 
158
  st.markdown(f"**{answer}**")
159
 
160
  else:
161
+ st.info("πŸ“‚ Please upload a factory CSV data file to begin analysis.")
162
+