philipp-zettl commited on
Commit
34a2cff
1 Parent(s): e5ca66e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -316,8 +316,8 @@ with gr.Blocks(css='.hidden_input {display: none;}') as demo:
316
  A combination of fine-tuned flan-T5(-small) models chained into sequence
317
  to generate:
318
 
319
- A) a versatile set of questions
320
- B) an accurate set of matching answers
321
 
322
  according to a given piece of text content.
323
 
 
316
  A combination of fine-tuned flan-T5(-small) models chained into sequence
317
  to generate:
318
 
319
+ a) a versatile set of questions
320
+ b) an accurate set of matching answers
321
 
322
  according to a given piece of text content.
323