Spaces:
Running
Running
TejAndrewsACC
commited on
Update app.py
Browse files
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__":
|