Update app.py
Browse files
app.py
CHANGED
@@ -25,16 +25,7 @@ bard = BardAsync(token=os.getenv("_BARD_API_KEY"), language=selected_language_co
|
|
25 |
|
26 |
TITLE = "Palm 2π΄ Chatbot"
|
27 |
DESCRIPTION = """
|
28 |
-
Welcome to
|
29 |
-
|
30 |
-
This app allows you to interact with the Palm 2π΄ Chatbot powered by the Bard API. You can:
|
31 |
-
- Select a language for the chatbot.
|
32 |
-
- Decide if you want the chatbot to interpret code.
|
33 |
-
- Use a system prompt to guide the chatbot's responses.
|
34 |
-
- Export code snippets to repl.it.
|
35 |
-
- Choose to display images in the chatbot's responses.
|
36 |
-
|
37 |
-
Simply type in your question or prompt in the chat input below and get a response from Palm 2π΄!
|
38 |
"""
|
39 |
|
40 |
|
|
|
25 |
|
26 |
TITLE = "Palm 2π΄ Chatbot"
|
27 |
DESCRIPTION = """
|
28 |
+
Welcome to Palm 2π΄ Chatbot! Choose your language, interpret code, prompt the chatbot, export code to repl.it, and display images.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
"""
|
30 |
|
31 |
|