Spaces:
Sleeping
Sleeping
Jesus Sanchez commited on
Commit ·
b7580ac
1
Parent(s): 0cbd39d
clenaup
Browse files
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,
|
| 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 |
|