DrishtiSharma commited on
Commit
4189793
Β·
verified Β·
1 Parent(s): be167b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -167,7 +167,7 @@ if "df" in st.session_state and llm:
167
 
168
  # Sidebar instructions
169
  with st.sidebar:
170
- st.header("Instructions:")
171
  st.markdown(
172
  "1. Choose an LLM (Groq-based or OpenAI-based) to interact with the data.\n"
173
  "2. Upload, select, or fetch the dataset using the provided options.\n"
@@ -177,7 +177,7 @@ with st.sidebar:
177
  " - Example: 'Summarize the abstract of this patent.'\n"
178
  )
179
  st.markdown("---")
180
- st.header("References:")
181
  st.markdown(
182
  "1. [Chat With Your CSV File With PandasAI - Prince Krampah](https://medium.com/aimonks/chat-with-your-csv-file-with-pandasai-22232a13c7b7)"
183
  )
 
167
 
168
  # Sidebar instructions
169
  with st.sidebar:
170
+ st.header("πŸ“‹ Instructions:")
171
  st.markdown(
172
  "1. Choose an LLM (Groq-based or OpenAI-based) to interact with the data.\n"
173
  "2. Upload, select, or fetch the dataset using the provided options.\n"
 
177
  " - Example: 'Summarize the abstract of this patent.'\n"
178
  )
179
  st.markdown("---")
180
+ st.header("πŸ“š References:")
181
  st.markdown(
182
  "1. [Chat With Your CSV File With PandasAI - Prince Krampah](https://medium.com/aimonks/chat-with-your-csv-file-with-pandasai-22232a13c7b7)"
183
  )