Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ def code_for_option_2():
|
|
165 |
|
166 |
# Main UI layout
|
167 |
def main():
|
168 |
-
st.sidebar.image("https://
|
169 |
st.title("DocTalk : Chat with Excel/CSV")
|
170 |
st.sidebar.title("Options")
|
171 |
selected_option = st.sidebar.radio("Select an option:", ("Chat with Excel/CSV", "EDA"))
|
|
|
165 |
|
166 |
# Main UI layout
|
167 |
def main():
|
168 |
+
st.sidebar.image("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZYA5fOIfm6K6v3Lrro3MXksMfO3SdglfSyg&s", use_container_width=True)
|
169 |
st.title("DocTalk : Chat with Excel/CSV")
|
170 |
st.sidebar.title("Options")
|
171 |
selected_option = st.sidebar.radio("Select an option:", ("Chat with Excel/CSV", "EDA"))
|