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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
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"
35
  )
 
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="horizontal",
33
  title="CCL Playground",
34
  description="Enter a query to get response using RAG"
35
  )