Update src/chat_display.py
Browse files- src/chat_display.py +0 -1
src/chat_display.py
CHANGED
@@ -6,7 +6,6 @@ import streamlit as st
|
|
6 |
import os
|
7 |
import re
|
8 |
from utils import has_meaningful_content, remove_reasoning_and_sources, clean_explanation, get_image_base64
|
9 |
-
from session_state import get_full_history
|
10 |
|
11 |
|
12 |
def get_avatars():
|
|
|
6 |
import os
|
7 |
import re
|
8 |
from utils import has_meaningful_content, remove_reasoning_and_sources, clean_explanation, get_image_base64
|
|
|
9 |
|
10 |
|
11 |
def get_avatars():
|