Spaces:
Running
Running
kenplusplus
commited on
Commit
•
3ffb9e3
1
Parent(s):
db0a536
adjsut format
Browse filesSigned-off-by: Lu Ken <ken.lu@intel.com>
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
|
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 |
|