Jesus Sanchez commited on
Commit
b7580ac
·
1 Parent(s): 0cbd39d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def circle_chart():
78
  )
79
 
80
  # Parse the prompt to pick an example and a render function
81
- def get_response(prompt: str, llm, *kargs):
82
  on_render = st.write
83
  response = f"Here's what you asked: '{prompt}'"
84
 
 
78
  )
79
 
80
  # Parse the prompt to pick an example and a render function
81
+ def get_response(prompt: str, *kargs):
82
  on_render = st.write
83
  response = f"Here's what you asked: '{prompt}'"
84