OuroborosM commited on
Commit
82f8b82
·
1 Parent(s): 3457317
Files changed (3) hide show
  1. AI.png +0 -0
  2. User.png +0 -0
  3. app.py +1 -1
AI.png CHANGED
User.png ADDED
app.py CHANGED
@@ -1794,7 +1794,7 @@ with gr.Blocks() as demo:
1794
  title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
1795
  <center> v0.7.1: Powered by MECH Core Team - GPT4 REMOTE MODE"""),
1796
  chatbot = gr.Chatbot(
1797
- avatar_images=(None, (os.path.join(os.path.dirname(__file__),"AI.png"))),
1798
  )
1799
  with gr.Row():
1800
  inputtext = gr.Textbox(
 
1794
  title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
1795
  <center> v0.7.1: Powered by MECH Core Team - GPT4 REMOTE MODE"""),
1796
  chatbot = gr.Chatbot(
1797
+ avatar_images=((os.path.join(os.path.dirname(__file__),"User.png")), (os.path.join(os.path.dirname(__file__),"AI.png"))),
1798
  )
1799
  with gr.Row():
1800
  inputtext = gr.Textbox(