ziyadbastaili commited on
Commit
59db485
·
1 Parent(s): b649128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ def run_prediction(question, context_text):
112
 
113
 
114
  context = "4/5/2022 · In connection with the closing, Helix Acquisition Corp changed its name to MoonLake Immunotherapeutics (“MoonLake” or the “Company”). Beginning April 6, 2022, MoonLake’s shares will trade on the Nasdaq Stock Market..."
115
- questions = ["Helix Acquisition Corp change its name to"]
116
  title = 'Question Answering demo with Albert QA transformer and gradio'
117
 
118
  # Run method
 
112
 
113
 
114
  context = "4/5/2022 · In connection with the closing, Helix Acquisition Corp changed its name to MoonLake Immunotherapeutics (“MoonLake” or the “Company”). Beginning April 6, 2022, MoonLake’s shares will trade on the Nasdaq Stock Market..."
115
+ question = "Helix Acquisition Corp change its name to"
116
  title = 'Question Answering demo with Albert QA transformer and gradio'
117
 
118
  # Run method