Sakil commited on
Commit
bda721d
·
verified ·
1 Parent(s): 24b8cbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  import pandas as pd
3
  import logging
4
- from IPython.display import Markdown, display
5
  from llama_index.core.query_engine import PandasQueryEngine
6
  from llama_index.llms.anthropic import Anthropic
7
 
 
1
  import streamlit as st
2
  import pandas as pd
3
  import logging
4
+ #from IPython.display import Markdown, display
5
  from llama_index.core.query_engine import PandasQueryEngine
6
  from llama_index.llms.anthropic import Anthropic
7