Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,6 +95,7 @@ def function(Textbox,Textbox2,Textbox3):
|
|
95 |
Textbox2 = Textbox2.split(",")
|
96 |
Textbox2_edited = [x.strip() for x in Textbox2]
|
97 |
Textbox2_edited = list(Textbox2_edited)
|
|
|
98 |
messages = [
|
99 |
{"role": "system", "content": content},
|
100 |
]
|
|
|
95 |
Textbox2 = Textbox2.split(",")
|
96 |
Textbox2_edited = [x.strip() for x in Textbox2]
|
97 |
Textbox2_edited = list(Textbox2_edited)
|
98 |
+
print(Textbox2_edited)
|
99 |
messages = [
|
100 |
{"role": "system", "content": content},
|
101 |
]
|