Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|