Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,14 @@ from langchain.chains import ConversationalRetrievalChain
|
|
35 |
from templates import css, bot_template, user_template
|
36 |
from io import BytesIO
|
37 |
from contextlib import redirect_stdout
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
# set page config once
|
41 |
st.set_page_config(page_title="Python AI Pair Programmer", layout="wide")
|
|
|
35 |
from templates import css, bot_template, user_template
|
36 |
from io import BytesIO
|
37 |
from contextlib import redirect_stdout
|
38 |
+
# code import tests
|
39 |
+
import seaborn
|
40 |
+
import plotly
|
41 |
+
import vega_datasets
|
42 |
+
import bokeh
|
43 |
+
import holoviews
|
44 |
+
import plotnine
|
45 |
+
import graphviz
|
46 |
|
47 |
# set page config once
|
48 |
st.set_page_config(page_title="Python AI Pair Programmer", layout="wide")
|