Illia56 commited on
Commit
1bf8daa
Β·
1 Parent(s): b8bf311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
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 the Palm 2🌴 Chatbot interface!
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