Entz commited on
Commit
5d2532c
1 Parent(s): 65e0ee4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def fetch_from_db():
60
  return c.fetchall()
61
 
62
  def main():
63
- st.title("How Much AI Can Assist Our Email Replying System Of Our Council?")
64
 
65
  tab1, tab2, tab3 = st.tabs(["LLM Model Description", "Ask a Question", "View Q&A History"])
66
 
 
60
  return c.fetchall()
61
 
62
  def main():
63
+ st.title("How Much AI Can Assist The Email Replying System Of Our Council?")
64
 
65
  tab1, tab2, tab3 = st.tabs(["LLM Model Description", "Ask a Question", "View Q&A History"])
66