AnjaliRai78 commited on
Commit
011869e
·
verified ·
1 Parent(s): 9cddcb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -116,6 +116,12 @@ with gr.Blocks(css="""
116
  return {main_ui: gr.Column(visible=True)}
117
 
118
  demo.load(get_profile, inputs=None, outputs=[main_ui])
 
 
 
 
 
 
119
 
120
  demo.queue(default_concurrency_limit=1, max_size=7)
121
  demo.launch()
 
116
  return {main_ui: gr.Column(visible=True)}
117
 
118
  demo.load(get_profile, inputs=None, outputs=[main_ui])
119
+ gr.Markdown("""
120
+ <h2>Disclaimer</h2>
121
+ <p>The UI Analysis Report provided herein has been generated by an LLM-powered agent designed to assist individuals, researchers, startups, and companies in conducting UI evaluations and enhancing the efficiency of UX researchers.</p>
122
+ <p>Please note that the insights and recommendations offered in this report are intended for informational and motivational purposes only. We do not warrant the accuracy, completeness, or reliability of the results and take no responsibility for any decisions made based on this report. Users are encouraged to use their judgment and consult with professional UX researchers for comprehensive evaluations. We do not use any users' data to train any model. We do not save user’s uploaded images or generated reports.</p>
123
+ <p>By using this report, you acknowledge and agree that we, as researchers, shall not be held liable for any errors, omissions, or any losses or damages resulting from the use or reliance on the information contained herein.</p>
124
+ """)
125
 
126
  demo.queue(default_concurrency_limit=1, max_size=7)
127
  demo.launch()