Spaces:
Running
on
Zero
Running
on
Zero
gokaygokay
commited on
Commit
•
255e891
1
Parent(s):
67d1e7e
prompt_types
Browse files- ui_components.py +2 -0
ui_components.py
CHANGED
@@ -202,4 +202,6 @@ def create_interface():
|
|
202 |
]
|
203 |
)
|
204 |
|
|
|
|
|
205 |
return demo
|
|
|
202 |
]
|
203 |
)
|
204 |
|
205 |
+
prompt_type.change(lambda x: print(f"Prompt type changed to: {x}"), inputs=[prompt_type])
|
206 |
+
|
207 |
return demo
|