davanstrien HF staff commited on
Commit
c34c1ce
·
1 Parent(s): 9efbb95

Refactor generate_instruction_response function and optimize Gradio demo description

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -83,11 +83,7 @@ def generate_instruction_response():
83
 
84
  {sanitized_instruction}
85
 
86
- ### Template used for generating response:
87
 
88
- ```
89
- {response_template}
90
- ```
91
 
92
  ### LLM Generated Response:
93
 
 
83
 
84
  {sanitized_instruction}
85
 
 
86
 
 
 
 
87
 
88
  ### LLM Generated Response:
89