TejAndrewsACC commited on
Commit
064492d
·
verified ·
1 Parent(s): fd9420e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,7 +28,8 @@ for chunk in stream:
28
  fn=chat_with_o3,
29
  title="ACC-o3",
30
  description="ACC=o3 is a powerful model created by the ACC.",
31
- examples=["How many 'r's are in strawberry?", "Tell me about the ACC.", "Who are you?"]
 
32
  )
33
 
34
  if __name__ == "__main__":
 
28
  fn=chat_with_o3,
29
  title="ACC-o3",
30
  description="ACC=o3 is a powerful model created by the ACC.",
31
+ examples=["How many 'r's are in strawberry?", "Tell me about the ACC.", "Who are you?"],
32
+ theme="TejAndrewsACC/ACC"
33
  )
34
 
35
  if __name__ == "__main__":