darshil3011 commited on
Commit
1d9e19f
·
1 Parent(s): 5280802

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,15 +13,15 @@ def call_gradio_api(user_input):
13
  # Interface for the Gradio app
14
 
15
  new_prompt = gr.Textbox(
16
- label="Augmented Prompt", placeholder="The generated summary will appear here"
17
  )
18
 
19
  chat_response = gr.Textbox(
20
- label="Response", placeholder="The generated summary will appear here"
21
  )
22
 
23
  source_list = gr.Textbox(
24
- label="Sources", placeholder="The generated summary will appear here"
25
  )
26
 
27
  iface = gr.Interface(
 
13
  # Interface for the Gradio app
14
 
15
  new_prompt = gr.Textbox(
16
+ label="Augmented Prompt", placeholder="Augmented Prompt will appear here"
17
  )
18
 
19
  chat_response = gr.Textbox(
20
+ label="Response", placeholder="Response of the prompt will appear here"
21
  )
22
 
23
  source_list = gr.Textbox(
24
+ label="Sources", placeholder="Document source title and doi will appear here"
25
  )
26
 
27
  iface = gr.Interface(