We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f320bcc commit 50421d8Copy full SHA for 50421d8
‎examples/frontend/app.py
@@ -2,9 +2,8 @@
2
import sys
3
4
import streamlit as st
5
-from utils import get_images # type: ignore
6
-
7
from codeinterpreterapi import File
+from utils import get_images # type: ignore
8
9
# Page configuration
10
st.set_page_config(layout="wide")
‎examples/frontend/chainlitui.py
@@ -1,5 +1,4 @@
1
import chainlit as cl # type: ignore
from codeinterpreterapi import CodeInterpreterSession
from codeinterpreterapi import File as CIFile
‎examples/frontend/utils.py
@@ -4,7 +4,6 @@
from typing import Optional
0 commit comments