extoncs commited on
Commit
6925c89
·
verified ·
1 Parent(s): 54fe4e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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