Pijush2023 commited on
Commit
2848ceb
·
verified ·
1 Parent(s): 7892466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def rag_chain_response(question):
67
  response = rag_chain.invoke(question)
68
  return response
69
 
70
- with gr.Blocks() as app:
71
  with gr.Row():
72
  with gr.Column(scale=1):
73
  user_input = gr.Textbox(
 
67
  response = rag_chain.invoke(question)
68
  return response
69
 
70
+ with gr.Blocks(theme="rawrsor1/Everforest") as app:
71
  with gr.Row():
72
  with gr.Column(scale=1):
73
  user_input = gr.Textbox(