css = """ .top-bar { padding-bottom: 10px; background-color: transparent; } .top-bar .in-bar-title { background-image: linear-gradient(45deg, #8B5FBF, #D6C6E1, #ffffff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-family: Gelion, "Open Sans", Helvetica, "Helvetica Neue", Arial; font-size: 2rem; font-weight: bold; text-align: left; display: block; } .top-bar .in-bar-subtitle { font-family: 'Crimson Pro'; color: #878787; font-size: 1.4rem; margin-top: -5px; display: block; } .main { max-width: 800px; min-width: min(100%, 800px); align-self: center; } .output { padding: 10px; min-height: 300px; border: 1.5px solid #AC7DD280; border-radius: 10px; margin-bottom: 10px; transition: opacity .1s ease-in-out; background: var(--block-background-fill); } #history { padding: 10px !important; border: 1.5px dashed #AC7DD2 !important; border-radius: 10px !important; } #primary-btn { border: 1.5px solid #AC7DD2; font-size: 20px; } summary { font-size: 14px; font-weight: bold; } #history_box { border-bottom: 1.5px dashed #9A73B5; padding: 10px; } .tab-nav { border-bottom: 1.5px solid #9A73B5 !important; } button.selected { border: 1.5px solid #9A73B5 !important; border-bottom: none !important; } .tabitem { border: 1.5px solid #9A73B5 !important; border-top: none !important; } """ # #809A73B5 top_bar = """
AI Research Assistant Your personal free GPT researcher
""" report_html = """ # Report """ english_polishing_html = """ # Polished Result """ history_result_html = """ # History Result """ literature_review_html = """ under construction... """