Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ if "df" in st.session_state and llm:
|
|
128 |
chat_df = SmartDataframe(df, config={"llm": llm})
|
129 |
|
130 |
# Chat functionality
|
131 |
-
st.write("### Chat with
|
132 |
user_query = st.text_input("Enter your question about the patent data (e.g., 'Predict if the patent will be accepted.'):")
|
133 |
|
134 |
if user_query:
|
|
|
128 |
chat_df = SmartDataframe(df, config={"llm": llm})
|
129 |
|
130 |
# Chat functionality
|
131 |
+
st.write("### Chat with Patent Data")
|
132 |
user_query = st.text_input("Enter your question about the patent data (e.g., 'Predict if the patent will be accepted.'):")
|
133 |
|
134 |
if user_query:
|