Update app.py
Browse files
app.py
CHANGED
@@ -149,14 +149,13 @@ if "df" in st.session_state and llm:
|
|
149 |
with st.sidebar:
|
150 |
st.header("Instructions:")
|
151 |
st.markdown(
|
152 |
-
"1.
|
153 |
"2. Upload, select, or fetch the dataset using the provided options.\n"
|
154 |
-
"3. Choose an LLM (Groq-based or OpenAI-based) to interact with the data.\n"
|
155 |
" - Example: 'Predict if the patent will be accepted.'\n"
|
156 |
" - Example: 'What is the primary classification of this patent?'\n"
|
157 |
" - Example: 'Summarize the abstract of this patent.'\n"
|
158 |
-
"
|
159 |
-
"
|
160 |
)
|
161 |
st.markdown("---")
|
162 |
st.header("References:")
|
|
|
149 |
with st.sidebar:
|
150 |
st.header("Instructions:")
|
151 |
st.markdown(
|
152 |
+
"1. Choose an LLM (Groq-based or OpenAI-based) to interact with the data.\n"
|
153 |
"2. Upload, select, or fetch the dataset using the provided options.\n"
|
|
|
154 |
" - Example: 'Predict if the patent will be accepted.'\n"
|
155 |
" - Example: 'What is the primary classification of this patent?'\n"
|
156 |
" - Example: 'Summarize the abstract of this patent.'\n"
|
157 |
+
"3. Enter a query to generate and view graphs based on patent attributes.\n"
|
158 |
+
#"4. Download the processed dataset as a CSV file."
|
159 |
)
|
160 |
st.markdown("---")
|
161 |
st.header("References:")
|