Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,9 +51,10 @@ additional_inputs = [
|
|
51 |
]
|
52 |
|
53 |
gr.ChatInterface(
|
|
|
54 |
fn=generate_response,
|
55 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
56 |
additional_inputs=additional_inputs,
|
57 |
title="Applio Chatbot UI 🍏",
|
58 |
description="Inference by Groq. Applio Chatbot (System Prompt) made by https://applio.org/ using llama 3 70b. Hugging Face Space by [Nick088](https://linktr.ee/Nick088)",
|
59 |
-
).launch()
|
|
|
51 |
]
|
52 |
|
53 |
gr.ChatInterface(
|
54 |
+
theme='ParityError/Interstellar'
|
55 |
fn=generate_response,
|
56 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
57 |
additional_inputs=additional_inputs,
|
58 |
title="Applio Chatbot UI 🍏",
|
59 |
description="Inference by Groq. Applio Chatbot (System Prompt) made by https://applio.org/ using llama 3 70b. Hugging Face Space by [Nick088](https://linktr.ee/Nick088)",
|
60 |
+
).launch(share = False)
|