MaksG commited on
Commit
d9f31af
1 Parent(s): 0fad5b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
100
  btn_login = gr.Button('Login')
101
 
102
  with gr.Tab("File extraction"):
103
- gr.Markdown("**This part aims to extract the most relevant content and information about every contribution from a 3gpp meeting**")
104
  gr.Markdown(" Put either just a link, or a link and an excel file with an 'Actions' column")
105
  with gr.Row():
106
  dd_url = gr.Dropdown(label="(e.g. https://www.3gpp.org/ftp/TSG_SA/WG1_Serv/TSGS1_105_Athens/Docs)", multiselect=False, value="https://www.3gpp.org/ftp/", allow_custom_value=True, scale=9)
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
113
 
114
 
115
  with gr.Tab("Ask LLM"):
116
- gr.Markdown("**This section utilizes Large Language Models (LLMs) to query rows in an Excel file**")
117
  dd_source_ask = gr.Dropdown(label="Source Column(s)", multiselect=True)
118
  tb_destcol = gr.Textbox(label="Destination column label (e.g. Summary, ELI5, PAB)")
119
  dd_prompt = gr.Dropdown(label="Prompt", allow_custom_value=True, multiselect=True, max_choices=1)
 
100
  btn_login = gr.Button('Login')
101
 
102
  with gr.Tab("File extraction"):
103
+ gr.Markdown("### This part aims to extract the most relevant content and information about every contribution from a 3gpp meeting")
104
  gr.Markdown(" Put either just a link, or a link and an excel file with an 'Actions' column")
105
  with gr.Row():
106
  dd_url = gr.Dropdown(label="(e.g. https://www.3gpp.org/ftp/TSG_SA/WG1_Serv/TSGS1_105_Athens/Docs)", multiselect=False, value="https://www.3gpp.org/ftp/", allow_custom_value=True, scale=9)
 
113
 
114
 
115
  with gr.Tab("Ask LLM"):
116
+ gr.Markdown("** This section utilizes Large Language Models (LLMs) to query rows in an Excel file **")
117
  dd_source_ask = gr.Dropdown(label="Source Column(s)", multiselect=True)
118
  tb_destcol = gr.Textbox(label="Destination column label (e.g. Summary, ELI5, PAB)")
119
  dd_prompt = gr.Dropdown(label="Prompt", allow_custom_value=True, multiselect=True, max_choices=1)