Spaces:
Sleeping
Sleeping
change title
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def create_chain(_retriever):
|
|
65 |
|
66 |
def main():
|
67 |
st.title("My LLM based smart CV")
|
68 |
-
st.header("Ask
|
69 |
prompt = st.text_input("Enter your question")
|
70 |
text_container = st.empty()
|
71 |
text_debugger = st.empty()
|
|
|
65 |
|
66 |
def main():
|
67 |
st.title("My LLM based smart CV")
|
68 |
+
st.header("Ask anything about sungwon's CV.")
|
69 |
prompt = st.text_input("Enter your question")
|
70 |
text_container = st.empty()
|
71 |
text_debugger = st.empty()
|