mohit-raghavendra commited on
Commit
636b9c8
·
1 Parent(s): 64b046c

Disclaimer

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -69,8 +69,12 @@ if __name__ == '__main__':
69
  outputs=gradio_outputs,
70
  title="GT Student Code of Conduct Bot",
71
  description="Get LLM-powered answers to questions about the \
72
- Georgia Tech Student Code of Conduct. The evidences are exerpts\
73
- from the Code of Conduct."
 
 
 
 
74
  )
75
 
76
  demo.launch()
 
69
  outputs=gradio_outputs,
70
  title="GT Student Code of Conduct Bot",
71
  description="Get LLM-powered answers to questions about the \
72
+ Georgia Tech Student Code of Conduct. The evidences are exerpts\
73
+ from the Code of Conduct. LLMs are prone to make mistakes \
74
+ and this is an experimental setup. Please do not take the \
75
+ answers as legal advice. We recommend you to consult the \
76
+ actual Student Code of Conduct online for authoritative \
77
+ information."
78
  )
79
 
80
  demo.launch()