darshil3011 commited on
Commit
b24a219
·
1 Parent(s): fa67d1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[["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"
 
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"