Spaces:
Running
Running
kenplusplus
commited on
Commit
•
e8dbcd3
1
Parent(s):
3ffb9e3
remove <br>
Browse filesSigned-off-by: Lu Ken <[email protected]>
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
|
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 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 |
|