Skip to content
Snippets Groups Projects

Init

Open Sharat Patil requested to merge init into main
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -102,7 +102,7 @@ def update_selection(selected_values):
@@ -102,7 +102,7 @@ def update_selection(selected_values):
return [selected_values[-1]]
return [selected_values[-1]]
return selected_values
return selected_values
description = open("description.md").read()
description = open("api_writer/description.md").read()
rating_dict={"👍":1, "👎":0}
rating_dict={"👍":1, "👎":0}
pft_dict = {"Tie":0, "Both are bad":-1}
pft_dict = {"Tie":0, "Both are bad":-1}
csvlogger = gr.CSVLogger()
csvlogger = gr.CSVLogger()
Loading