hatim00101 commited on
Commit
e718914
1 Parent(s): 67b53da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,14 +95,14 @@ def gradio_interface(query, feedback):
95
  interface = gr.Interface(
96
  fn=gradio_interface,
97
  inputs=[
98
- gr.Textbox(lines=2, placeholder="Enter your query here...1")
99
  # gr.Dropdown(choices=["positive", "negative"], label="Feedback"),
100
  ],
101
  outputs=[
102
  gr.Textbox(lines=20, placeholder="The search results will be displayed here..."),
103
  gr.Textbox(lines=20, placeholder="The detailed answer will be displayed here...")
104
  ],
105
- title="News share engine",
106
  description="."
107
  )
108
 
 
95
  interface = gr.Interface(
96
  fn=gradio_interface,
97
  inputs=[
98
+ gr.Textbox(lines=2, placeholder="Enter your query here...")
99
  # gr.Dropdown(choices=["positive", "negative"], label="Feedback"),
100
  ],
101
  outputs=[
102
  gr.Textbox(lines=20, placeholder="The search results will be displayed here..."),
103
  gr.Textbox(lines=20, placeholder="The detailed answer will be displayed here...")
104
  ],
105
+ title="News share engine_zz",
106
  description="."
107
  )
108