Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -735,9 +735,6 @@ template = pn.template.BootstrapTemplate(
|
|
735 |
# the main column will hold our key content
|
736 |
maincol = pn.Column()
|
737 |
|
738 |
-
maincol.append("This is the results for the Turing test between GPT-3, GPT-4, and human")
|
739 |
-
maincol.append("Please select what you want to compare")
|
740 |
-
|
741 |
options1 = ['Choose', 'Choose Your Own', 'Based On Category']
|
742 |
select0 = pn.widgets.Select(options=options1, name='Choose what to compare')
|
743 |
# maincol.append(select0)
|
@@ -867,7 +864,5 @@ select0.param.watch(select_callback, 'value')
|
|
867 |
|
868 |
maincol.append(select0)
|
869 |
|
870 |
-
# maincol.append(select1)
|
871 |
-
|
872 |
template.main.append(maincol)
|
873 |
template.servable(title='SI649 Project2')
|
|
|
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)
|
|
|
864 |
|
865 |
maincol.append(select0)
|
866 |
|
|
|
|
|
867 |
template.main.append(maincol)
|
868 |
template.servable(title='SI649 Project2')
|