kenplusplus commited on
Commit
3ffb9e3
1 Parent(s): db0a536

adjsut format

Browse files

Signed-off-by: Lu Ken <ken.lu@intel.com>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def main():
79
  st.set_page_config("TDX Doctor")
80
  st.header("Please ask questions related to TDX or UEFI")
81
 
82
- user_question = st.text_input("Ask a Question like \n- please describe EFI PEI Core in 200 words\n- please describe intel tdx in 200 words\n-please explain SEAMCALL in 200 words")
83
  if user_question:
84
  user_input(user_question)
85
 
 
79
  st.set_page_config("TDX Doctor")
80
  st.header("Please ask questions related to TDX or UEFI")
81
 
82
+ user_question = st.text_input("Ask a Question like:\n<br> please describe EFI PEI Core in 200 words. \n<br> please describe intel tdx in 200 words.\n<br> please explain SEAMCALL in 200 words")
83
  if user_question:
84
  user_input(user_question)
85