suhyun.kang commited on
Commit
0dd5c06
1 Parent(s): 6b89337

add docstring

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  from random import sample
2
 
3
  from fastchat.serve import gradio_web_server
 
1
+ """
2
+ It provides a platform for comparing the responses of two LLMs.
3
+ """
4
+
5
  from random import sample
6
 
7
  from fastchat.serve import gradio_web_server