csabakecskemeti commited on
Commit
996b1d6
·
verified ·
1 Parent(s): f816f6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -69,6 +69,9 @@ with block:
69
 
70
  gr.Markdown("""<h1><center> Trashcan AI </center></h1>
71
  """)
 
 
 
72
 
73
  chatbot = gr.Chatbot()
74
  message = gr.Textbox(placeholder="Type here")
 
69
 
70
  gr.Markdown("""<h1><center> Trashcan AI </center></h1>
71
  """)
72
+
73
+ gr.Markdown("""<h3><center> LLama3.1 hosted on a 2013 "Trashcan" Mac Pro with ollama </center></h3>
74
+ """)
75
 
76
  chatbot = gr.Chatbot()
77
  message = gr.Textbox(placeholder="Type here")