pmeyhoefer commited on
Commit
c081c12
·
verified ·
1 Parent(s): a00dcc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -6
app.py CHANGED
@@ -115,12 +115,15 @@ with gr.Blocks() as demo:
115
  4. Commit & Push, warte auf Deployment.
116
  5. Logge dich mit dem Hugging Face Button ein.
117
  6. Klicke auf **Run Evaluation & Submit All Answers**.
118
- """)
119
- gr.LoginButton()
120
- run_btn = gr.Button("Run Evaluation & Submit All Answers")
121
- status_out = gr.Textbox(label="Status / Ergebnis", lines=5, interactive=False)
122
- result_table = gr.DataFrame(label="Fragen & Antworten", wrap=True)
123
- run_btn.click(fn=run_and_submit_all, inputs=[], outputs=[status_out, result_table])
 
 
 
124
 
125
  if __name__ == "__main__":
126
  demo.launch(debug=True)
 
115
  4. Commit & Push, warte auf Deployment.
116
  5. Logge dich mit dem Hugging Face Button ein.
117
  6. Klicke auf **Run Evaluation & Submit All Answers**.
118
+ """)
119
+ gr.LoginButton()
120
+ run_btn = gr.Button("Run Evaluation & Submit All Answers")
121
+ status_out = gr.Textbox(label="Status / Ergebnis", lines=5, interactive=False)
122
+ result_table = gr.DataFrame(label="Fragen & Antworten", wrap=True)
123
+ run_btn.click(fn=run_and_submit_all, inputs=[], outputs=[status_out, result_table])
124
+
125
+ if __name__ == "__main__":
126
+ demo.launch(debug=True)
127
 
128
  if __name__ == "__main__":
129
  demo.launch(debug=True)