Update app.py
Browse files
app.py
CHANGED
@@ -151,10 +151,10 @@ with st.sidebar:
|
|
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("---")
|
|
|
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 |
+
"3. Enter a query to generate and view graphs based on patent attributes.\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 |
#"4. Download the processed dataset as a CSV file."
|
159 |
)
|
160 |
st.markdown("---")
|