Spaces:
Runtime error
Runtime error
Commit
·
ade71a8
1
Parent(s):
0aeece4
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ chat_button = gr.Interface(
|
|
39 |
outputs=output,
|
40 |
title="OpenAI Chatbot",
|
41 |
description="Enter your message below to chat with an AI",
|
42 |
-
theme="
|
43 |
layout="vertical",
|
44 |
allow_flagging=False,
|
45 |
allow_screenshot=False,
|
|
|
39 |
outputs=output,
|
40 |
title="OpenAI Chatbot",
|
41 |
description="Enter your message below to chat with an AI",
|
42 |
+
theme="huggingface",
|
43 |
layout="vertical",
|
44 |
allow_flagging=False,
|
45 |
allow_screenshot=False,
|