cryptocalypse commited on
Commit
ce64ff9
1 Parent(s): edeffbc
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,9 +98,9 @@ css = """
98
  #component-2 {height: 350px}
99
  """
100
 
101
- with gr.Blocks(title="Sophia, Torah Codes",css=css) as demo:
102
  #with gr.Blocks(theme='gradio/soft') as demo:
103
- with gr.Blocks(title="Sophia, Torah Codes") as app:
104
  #with gr.Row():
105
  chatBot = gr.ChatInterface(
106
  respond,
 
98
  #component-2 {height: 350px}
99
  """
100
 
101
+ with gr.Blocks(title="Sophia, Torah Codes",css=css) as app:
102
  #with gr.Blocks(theme='gradio/soft') as demo:
103
+ #with gr.Blocks(title="Sophia, Torah Codes") as app:
104
  #with gr.Row():
105
  chatBot = gr.ChatInterface(
106
  respond,