cryptocalypse commited on
Commit
c1a357d
1 Parent(s): 4de5904
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -97,13 +97,13 @@ def flip_image(x):
97
 
98
  #with gr.Blocks(theme='gradio/soft') as demo:
99
  with gr.Blocks(title="Sophia, Torah Codes") as app:
100
- with gr.Row():
101
- chatBot = gr.ChatInterface(
102
- respond,
103
- retry_btn=None,
104
- undo_btn="Undo",
105
- clear_btn="Clear",
106
- )
107
 
108
  #with gr.Tab("Chat"):
109
  # chatBot = gr.ChatInterface(
 
97
 
98
  #with gr.Blocks(theme='gradio/soft') as demo:
99
  with gr.Blocks(title="Sophia, Torah Codes") as app:
100
+ #with gr.Row():
101
+ chatBot = gr.ChatInterface(
102
+ respond,
103
+ retry_btn=None,
104
+ undo_btn="Undo",
105
+ clear_btn="Clear",
106
+ )
107
 
108
  #with gr.Tab("Chat"):
109
  # chatBot = gr.ChatInterface(