muhammadsalmanalfaridzi commited on
Commit
c4923cb
1 Parent(s): fd07a49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def clear_all():
105
  return None, "", [], "" # Reset file input, load output, chatbot, and message input to default states
106
 
107
  # Create the Gradio interface
108
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
109
  gr.Markdown("# RAG Multi-file Chat Application")
110
 
111
  with gr.Row():
 
105
  return None, "", [], "" # Reset file input, load output, chatbot, and message input to default states
106
 
107
  # Create the Gradio interface
108
+ with gr.Blocks() as demo:
109
  gr.Markdown("# RAG Multi-file Chat Application")
110
 
111
  with gr.Row():