runaksh commited on
Commit
9bca116
1 Parent(s): ffe00c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -37,6 +37,9 @@ def generate_query_response(prompt, max_length=200):
37
 
38
  return tokenizer.decode(output[0])
39
 
 
 
 
40
  # Gradio elements
41
 
42
  # Input from user
 
37
 
38
  return tokenizer.decode(output[0])
39
 
40
+ title = "Question and Answer"
41
+ description = "Medical Question and Answer"
42
+
43
  # Gradio elements
44
 
45
  # Input from user