Tamil Eniyan
commited on
Commit
·
c521252
1
Parent(s):
bebbe8f
Add application file
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def get_curated_pair(query, curated_qa, embed_model, threshold=1.0):
|
|
78 |
return None
|
79 |
|
80 |
def main():
|
81 |
-
st.title("
|
82 |
|
83 |
# Initialize conversation history if not already set
|
84 |
if 'conversation_history' not in st.session_state:
|
|
|
78 |
return None
|
79 |
|
80 |
def main():
|
81 |
+
st.title("Takalama")
|
82 |
|
83 |
# Initialize conversation history if not already set
|
84 |
if 'conversation_history' not in st.session_state:
|