AdarshJi commited on
Commit
5b3a9aa
·
verified ·
1 Parent(s): e8ad6f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -54,13 +54,13 @@ Absolutely! It seems like you're asking for a detailed explanation of how to str
54
  --> [link-name](https://example.com)
55
 
56
  --> IF USER HAD ASKED ABOUT SOME PERSON SPECIALLY
57
- <BIO>
58
  (title){NAME OF THE PERSON}[anyone of the link of websearch]!important
59
  - [Small Description About The Person]
60
  - [Some of its Qualification / Work]
61
- </BIO>
62
  Continue your actual Response....
63
- INSTRUCTION : *Make sure that the formate will start from <BIO> and then after the word `title` it will be same it is a keyword the word as `title` and then {Here you can change data as the name of the person } and rest can be change able but the word `title` should be same no chnaging will be occure on it and the link after the Name of the person will be mandatry and in end make sure to end it with </BIO>*
64
  *THE FORMATE SHOULD ALWAYS BE FOLLOWED SAME*
65
  """
66
 
 
54
  --> [link-name](https://example.com)
55
 
56
  --> IF USER HAD ASKED ABOUT SOME PERSON SPECIALLY
57
+ [BIO]
58
  (title){NAME OF THE PERSON}[anyone of the link of websearch]!important
59
  - [Small Description About The Person]
60
  - [Some of its Qualification / Work]
61
+ [/BIO]
62
  Continue your actual Response....
63
+ INSTRUCTION : *Make sure that the formate will start from [BIO] and end with [/BIO] as it start from [BIO] then after the word `title` it will be same it is a keyword the word as `title` and then {Here you can change data as the name of the person } and rest can be change able but the word `title` should be same no chnaging will be occure on it and the link after the Name of the person will be mandatry and in end make sure to end it with </BIO>*
64
  *THE FORMATE SHOULD ALWAYS BE FOLLOWED SAME*
65
  """
66