wellvolks commited on
Commit
66cba48
·
1 Parent(s): 90d4e73

Alteração no MLSalesPitch para considerar a ENV OPENAI_API_KEY

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -77,4 +77,5 @@ if __name__ == "__main__":
77
  thd = Thread(target=call_invoke, args=(f"Thread invoke", queue, result), daemon=True)
78
 
79
  thd.start()
 
80
  page.launch()
 
77
  thd = Thread(target=call_invoke, args=(f"Thread invoke", queue, result), daemon=True)
78
 
79
  thd.start()
80
+
81
  page.launch()