Spaces:
Runtime error
Runtime error
Nick Brooks
commited on
Commit
·
198e41a
1
Parent(s):
a1c4beb
changed name
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def chatbot(message, history):
|
|
36 |
demo = gr.ChatInterface(
|
37 |
fn=chatbot,
|
38 |
examples=["Hello!", "How are you?", "What's the weather like?"],
|
39 |
-
title="
|
40 |
description="AFPC Fine-Tuned Chatbot",
|
41 |
)
|
42 |
|
|
|
36 |
demo = gr.ChatInterface(
|
37 |
fn=chatbot,
|
38 |
examples=["Hello!", "How are you?", "What's the weather like?"],
|
39 |
+
title="AFPC Fine-Tuned Chatbot",
|
40 |
description="AFPC Fine-Tuned Chatbot",
|
41 |
)
|
42 |
|