Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -228,7 +228,8 @@ with gr.Blocks() as demo:
|
|
| 228 |
docs_input = gr.Textbox(label="๋ฌธ์ ๋ฆฌ์คํธ (ํ ์ค์ฉ)", placeholder="๋ฌธ์๋ฅผ ํ ์ค์ฉ ์
๋ ฅํ์ธ์.", lines=10)
|
| 229 |
|
| 230 |
with gr.Row():
|
| 231 |
-
top_docs_out = gr.Dataframe(headers=["Document", "Score"]
|
|
|
|
| 232 |
answer_out = gr.Textbox(label="๋ต๋ณ")
|
| 233 |
|
| 234 |
run_btn = gr.Button("๊ฒ์/QA ์คํ")
|
|
|
|
| 228 |
docs_input = gr.Textbox(label="๋ฌธ์ ๋ฆฌ์คํธ (ํ ์ค์ฉ)", placeholder="๋ฌธ์๋ฅผ ํ ์ค์ฉ ์
๋ ฅํ์ธ์.", lines=10)
|
| 229 |
|
| 230 |
with gr.Row():
|
| 231 |
+
top_docs_out = gr.Dataframe(headers=["Document", "Score"])
|
| 232 |
+
|
| 233 |
answer_out = gr.Textbox(label="๋ต๋ณ")
|
| 234 |
|
| 235 |
run_btn = gr.Button("๊ฒ์/QA ์คํ")
|