Zeitstaub commited on
Commit
4b4fff0
·
verified ·
1 Parent(s): d2f8be4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
78
 
79
 
80
 
81
- Please note: The data used in this demo contains only a very limited subset of patent abstracts and is intended only for demonstration purposes. It does by far not cover all patents or their complete data.
82
  """)
83
  model_selector.change(find_similar_texts, inputs=[model_selector, text_input], outputs=output)
84
  text_input.submit(find_similar_texts, inputs=[model_selector, text_input], outputs=output)
 
78
 
79
 
80
 
81
+ <strong>Please note: The data used in this demo are AI generated and is intended only for demonstration purposes. The demo does not provide any real patent information.
82
  """)
83
  model_selector.change(find_similar_texts, inputs=[model_selector, text_input], outputs=output)
84
  text_input.submit(find_similar_texts, inputs=[model_selector, text_input], outputs=output)