DrishtiSharma commited on
Commit
f1dbd3a
·
verified ·
1 Parent(s): c61bb84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Your 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:
 
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: