Update app.py
Browse files
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
|
| 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 |
|