Skip to content

Commit

Permalink
auto eval import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishMahendra committed Oct 30, 2024
1 parent 835f6cb commit 7bb4c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app.jac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'''SLaM Tool.'''
import:py streamlit as st;
import from components.about {about}
import from components.auto_eval {auto_eval}
import from components.auto_evaluator.auto_eval {auto_eval}
import from components.dashboard.dashboard {dashboard}
import from components.generator.generator {generator}
import from components.human_eval.human_eval {human_eval}
Expand Down

0 comments on commit 7bb4c87

Please sign in to comment.