zakinho00 commited on
Commit
f95087f
Β·
verified Β·
1 Parent(s): 7b12b7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -47,11 +47,11 @@ def answer_query(query: str) -> str:
47
  # β€”β€”β€” GRADIO UI β€”β€”β€”
48
  iface = gr.Interface(
49
  fn=answer_query,
50
- inputs=gr.Textbox(lines=2, placeholder="Type your telecom question here…", label="Question"),
51
  outputs=gr.Textbox(label="Answer"),
52
- title="πŸ“‘ Telecom RAG Assistant",
53
  description=(
54
- "Ask questions over the preloaded telecom regulation PDFs.\n\n"
55
  )
56
  )
57
 
 
47
  # β€”β€”β€” GRADIO UI β€”β€”β€”
48
  iface = gr.Interface(
49
  fn=answer_query,
50
+ inputs=gr.Textbox(lines=2, placeholder="Type your question here…", label="Question"),
51
  outputs=gr.Textbox(label="Answer"),
52
+ title="πŸ“‘ SpectrumGPT",
53
  description=(
54
+ "Answer questions on spectrum regulations.\n\n"
55
  )
56
  )
57