Hanseul commited on
Commit
3954013
·
1 Parent(s): 3aefcac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ API 토큰에는 유료결제한 계정의 OpenAI API키를 넣으면 됩니다
96
  """
97
 
98
  with gr.Blocks(css = """#col_container {width: 700px; margin-left: auto; margin-right: auto;}
99
- #chatbot {height: 600px; overflow: auto;}""") as demo:
100
  gr.HTML(title)
101
  with gr.Column(elem_id = "col_container"):
102
  openai_api_key = gr.Textbox(type='password', label="Enter your OpenAI API key here")
 
96
  """
97
 
98
  with gr.Blocks(css = """#col_container {width: 700px; margin-left: auto; margin-right: auto;}
99
+ #chatbot {height: 400px; overflow: auto; line-height: 140%} code {background-color:black; display:block; padding: 8px; border-radius: 4px; }""") as demo:
100
  gr.HTML(title)
101
  with gr.Column(elem_id = "col_container"):
102
  openai_api_key = gr.Textbox(type='password', label="Enter your OpenAI API key here")