darshil3011 commited on
Commit
1f9810a
·
1 Parent(s): 924b1a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -14,9 +14,9 @@ def call_gradio_api(user_input):
14
  iface = gr.Interface(
15
  fn=call_gradio_api,
16
  inputs="text",
17
- outputs = [gr.outputs.Textbox(label="Augmented Prompt"),
18
- gr.outputs.Textbox(label="Response"),
19
- gr.outputs.Textbox(label="Sources")],
20
  layout="vertical",
21
  title="CCL Playground",
22
  description="Enter a query to get response using RAG"
 
14
  iface = gr.Interface(
15
  fn=call_gradio_api,
16
  inputs="text",
17
+ outputs = [gr.Textbox(placeholder="Augmented prompt"),
18
+ gr.Textbox(placeholder="Response"),
19
+ gr.Textbox(placeholder="Sources")],
20
  layout="vertical",
21
  title="CCL Playground",
22
  description="Enter a query to get response using RAG"