rajkstats commited on
Commit
e7b3f8f
·
1 Parent(s): 76d5ea5
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -366,7 +366,13 @@ async def on_chat_start():
366
  "Explain in simple terms how Metformin works?"
367
  ]
368
 
369
- await cl.Message(
 
 
 
 
 
 
370
  content="**Welcome to PharmAssistAI ! Here are some potential questions you can ask:**",
371
  actions=[cl.Action(name="ask_question", value=question, label=question) for question in potential_questions]
372
  ).send()
 
366
  "Explain in simple terms how Metformin works?"
367
  ]
368
 
369
+ # await cl.Message(
370
+ # content="**Welcome to PharmAssistAI ! Here are some potential questions you can ask:**",
371
+ # actions=[cl.Action(name="ask_question", value=question, label=question) for question in potential_questions]
372
+ # ).send()
373
+
374
+
375
+ cl.Message(
376
  content="**Welcome to PharmAssistAI ! Here are some potential questions you can ask:**",
377
  actions=[cl.Action(name="ask_question", value=question, label=question) for question in potential_questions]
378
  ).send()