镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 14:36:48 +00:00
add markdown table border line to make text boundary more clear
这个提交包含在:
14
main.py
14
main.py
@@ -37,8 +37,20 @@ gr.Chatbot.postprocess = format_io
|
||||
from theme import adjust_theme
|
||||
set_theme = adjust_theme()
|
||||
|
||||
CSS = """
|
||||
.markdown-body table {
|
||||
border: 1px solid #ddd;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.markdown-body th, .markdown-body td {
|
||||
border: 1px solid #ddd;
|
||||
padding: 5px;
|
||||
}
|
||||
"""
|
||||
|
||||
cancel_handles = []
|
||||
with gr.Blocks(theme=set_theme, analytics_enabled=False) as demo:
|
||||
with gr.Blocks(theme=set_theme, analytics_enabled=False, css=CSS) as demo:
|
||||
gr.HTML(title_html)
|
||||
with gr.Row():
|
||||
with gr.Column(scale=2):
|
||||
|
||||
在新工单中引用
屏蔽一个用户