edit title
Browse files
app.py
CHANGED
@@ -540,7 +540,7 @@ def main(api,api_base, paper_pdf, aspect, model_name, limit_num, enable_rag):
|
|
540 |
|
541 |
########################################################################################################
|
542 |
|
543 |
-
title = "
|
544 |
|
545 |
|
546 |
description = '''<div align='left'>
|
@@ -558,7 +558,7 @@ inp = [gradio.Textbox(label="Enter your API-key",
|
|
558 |
gradio.Radio(choices=["Methodology", "Experimental Design", "Result Analysis", "Literature Review"],
|
559 |
value="Methodology",
|
560 |
label="Select the aspect"),
|
561 |
-
gradio.Dropdown(["gpt-4o-mini","gpt-4o","Qwen/Qwen2.5-7B-Instruct-Turbo", "meta-llama/Meta-Llama-3-70B-Instruct-Turbo", "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo"],
|
562 |
label="Select the model name",
|
563 |
value="gpt-4o-mini"),
|
564 |
gradio.Textbox(label="Enter the number of limitations to generate.",
|
|
|
540 |
|
541 |
########################################################################################################
|
542 |
|
543 |
+
title = "Acceleron - Critique - Limitation Generation with Actionable Feedback"
|
544 |
|
545 |
|
546 |
description = '''<div align='left'>
|
|
|
558 |
gradio.Radio(choices=["Methodology", "Experimental Design", "Result Analysis", "Literature Review"],
|
559 |
value="Methodology",
|
560 |
label="Select the aspect"),
|
561 |
+
gradio.Dropdown(["gpt-4o-mini","gpt-4o", "Qwen/Qwen2.5-7B-Instruct-Turbo", "meta-llama/Meta-Llama-3-70B-Instruct-Turbo", "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo"],
|
562 |
label="Select the model name",
|
563 |
value="gpt-4o-mini"),
|
564 |
gradio.Textbox(label="Enter the number of limitations to generate.",
|