eagle0504 commited on
Commit
ee4a8f7
1 Parent(s): 7cc4123

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ if prompt := st.chat_input("Tell me about YSA"):
244
 
245
  finetuned_llm_guess = ["from_llm", question, llm_response, 0]
246
  final_ref.loc[-1] = finetuned_llm_guess
247
- final_ref.index = df.index + 1
248
 
249
  # add ai judge as additional rating
250
  independent_ai_judge_score = []
 
244
 
245
  finetuned_llm_guess = ["from_llm", question, llm_response, 0]
246
  final_ref.loc[-1] = finetuned_llm_guess
247
+ final_ref.index = final_ref.index + 1
248
 
249
  # add ai judge as additional rating
250
  independent_ai_judge_score = []