datawithsuman commited on
Commit
344b3c1
·
verified ·
1 Parent(s): 0e3535d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -316,7 +316,7 @@ class TestCaseGenerator:
316
  \n\n - Do not mention this sentence - "I have excluded the last test case as per your request"
317
  """
318
  post_resp = self.generate_response(post_prompt)
319
- return resp
320
 
321
  def run(self):
322
  self.setup_streamlit_ui()
 
316
  \n\n - Do not mention this sentence - "I have excluded the last test case as per your request"
317
  """
318
  post_resp = self.generate_response(post_prompt)
319
+ return post_resp
320
 
321
  def run(self):
322
  self.setup_streamlit_ui()