ginipick commited on
Commit
fd636b9
β€’
1 Parent(s): 9f4a039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -161,8 +161,9 @@ textarea, input[type="text"] {
161
  }
162
  """
163
 
 
164
  # Gradio Blocks μΈν„°νŽ˜μ΄μŠ€ μ„€μ •
165
- with gr.Blocks(css=css) as demo:
166
  gr.Markdown("# My RAG: LLM이 λ‚˜λ§Œμ˜ λ°μ΄ν„°λ‘œ ν•™μŠ΅ν•œ μ½˜ν…μΈ  생성/λ‹΅λ³€", elem_id="initial-description")
167
  gr.Markdown(
168
  "### 1) λ‚˜λ§Œμ˜ 데이터λ₯Ό μž…λ ₯ λ˜λŠ” CSV μ—…λ‘œλ“œλ‘œ Parquet 데이터셋 μžλ™ λ³€ν™˜ 2) Parquet 데이터셋을 μ—…λ‘œλ“œν•˜λ©΄, LLM이 맞좀 ν•™μŠ΅ λ°μ΄ν„°λ‘œ ν™œμš©ν•˜μ—¬ 응닡\n"
 
161
  }
162
  """
163
 
164
+
165
  # Gradio Blocks μΈν„°νŽ˜μ΄μŠ€ μ„€μ •
166
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
167
  gr.Markdown("# My RAG: LLM이 λ‚˜λ§Œμ˜ λ°μ΄ν„°λ‘œ ν•™μŠ΅ν•œ μ½˜ν…μΈ  생성/λ‹΅λ³€", elem_id="initial-description")
168
  gr.Markdown(
169
  "### 1) λ‚˜λ§Œμ˜ 데이터λ₯Ό μž…λ ₯ λ˜λŠ” CSV μ—…λ‘œλ“œλ‘œ Parquet 데이터셋 μžλ™ λ³€ν™˜ 2) Parquet 데이터셋을 μ—…λ‘œλ“œν•˜λ©΄, LLM이 맞좀 ν•™μŠ΅ λ°μ΄ν„°λ‘œ ν™œμš©ν•˜μ—¬ 응닡\n"