Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -735,6 +735,8 @@ template = pn.template.BootstrapTemplate(
|
|
735 |
# the main column will hold our key content
|
736 |
maincol = pn.Column()
|
737 |
|
|
|
|
|
738 |
options1 = ['Choose', 'Choose Your Own', 'Based On Category']
|
739 |
select0 = pn.widgets.Select(options=options1, name='Choose what to compare')
|
740 |
# maincol.append(select0)
|
|
|
735 |
# the main column will hold our key content
|
736 |
maincol = pn.Column()
|
737 |
|
738 |
+
maincol.append("This is the results of the Tuning Test between ChatGPT-3, ChatGPT-4, Human")
|
739 |
+
|
740 |
options1 = ['Choose', 'Choose Your Own', 'Based On Category']
|
741 |
select0 = pn.widgets.Select(options=options1, name='Choose what to compare')
|
742 |
# maincol.append(select0)
|