taratrankennedy commited on
Commit
1fc8cce
1 Parent(s): a452dbc
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -127,6 +127,7 @@ with gr.Blocks() as demo:
127
  answer = gr.Textbox(label="ChessBot Response", placeholder="ChessBot will respond here...", interactive=False, lines=10)
128
  submit_button = gr.Button("Submit")
129
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
 
130
 
131
  # Launch the Gradio app to allow user interaction
132
  demo.launch(share=True)
 
127
  answer = gr.Textbox(label="ChessBot Response", placeholder="ChessBot will respond here...", interactive=False, lines=10)
128
  submit_button = gr.Button("Submit")
129
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
130
+ theme='JohnSmith9982/small_and_pretty'
131
 
132
  # Launch the Gradio app to allow user interaction
133
  demo.launch(share=True)