JUNGU commited on
Commit
c83c659
·
1 Parent(s): 6827558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with chat_placeholder:
121
  div = f"""
122
  <div class="chat-row
123
  {'' if chat.origin == 'ai' else 'row-reverse'}">
124
- <img class="chat-icon" src="new_streamlit/resolve/main/{
125
  'ai_icon.png' if chat.origin == 'ai'
126
  else 'user_icon.png'}"
127
  width=32 height=32>
 
121
  div = f"""
122
  <div class="chat-row
123
  {'' if chat.origin == 'ai' else 'row-reverse'}">
124
+ <img class="chat-icon" src="{
125
  'ai_icon.png' if chat.origin == 'ai'
126
  else 'user_icon.png'}"
127
  width=32 height=32>