Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ model, tokenizer = load_model()
|
|
20 |
# Alpaca-style prompt template
|
21 |
alpaca_prompt = "### Instruction:\n{0}\n\n### Input:\n{1}\n\n### Output:\n{2}"
|
22 |
|
23 |
-
# Text input for the user
|
24 |
user_input = st.text_input("Ask your medical question:")
|
25 |
|
26 |
# Button to trigger response
|
|
|
20 |
# Alpaca-style prompt template
|
21 |
alpaca_prompt = "### Instruction:\n{0}\n\n### Input:\n{1}\n\n### Output:\n{2}"
|
22 |
|
23 |
+
# Text input for the user #
|
24 |
user_input = st.text_input("Ask your medical question:")
|
25 |
|
26 |
# Button to trigger response
|