Spaces:
Runtime error
Runtime error
Commit
·
b24a219
1
Parent(s):
fa67d1b
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
|
|
28 |
fn=call_gradio_api,
|
29 |
inputs="text",
|
30 |
outputs = [new_prompt, chat_response, source_list],
|
31 |
-
examples=[
|
32 |
layout="vertical",
|
33 |
title="CCL Playground",
|
34 |
description="Enter a query to get response using RAG"
|
|
|
28 |
fn=call_gradio_api,
|
29 |
inputs="text",
|
30 |
outputs = [new_prompt, chat_response, source_list],
|
31 |
+
examples=["Make me a 4-hour workshop agenda for handling conflict", "Tell me about the different skills from middle management to executive leadership", "What are some of the major debates among scholars regarding the trait versus process theories of leadership? How have these perspectives evolved over time?"],
|
32 |
layout="vertical",
|
33 |
title="CCL Playground",
|
34 |
description="Enter a query to get response using RAG"
|