cryptocalypse
commited on
Commit
•
5ed5091
1
Parent(s):
dccbd4b
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
|
|
175 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
176 |
#with gr.Blocks(title="Sophia, Torah Codes") as app:
|
177 |
#with gr.Row():
|
178 |
-
|
179 |
chatBot = gr.ChatInterface(
|
180 |
respond,
|
181 |
retry_btn=None,
|
@@ -183,7 +183,7 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
|
|
183 |
clear_btn="Clear",
|
184 |
examples=["I want you to interpret a dream where I travel to space and see the earth in small size, then a fireball comes for me and I teleport to another planet full of fruits, trees and forests, there I meet a witch who makes me drink a potion and then I wake up","Tell me how religion, the stars and the written language and its symbols are intertwined","Explain to me all the biblical references about God being the word literally.","What relationship do the characters of the alphabet have with the stars, constellations and planets?","Give me the names of angels for June 28, 2024 according to your knowledge","What prediction can you make according to the angelic tables for November 5, 2024, interpret it according to the Kabbalistic tradition?"]
|
185 |
)
|
186 |
-
|
187 |
|
188 |
#with gr.Tab("Chat"):
|
189 |
# chatBot = gr.ChatInterface(
|
|
|
175 |
#with gr.Blocks(theme='gradio/soft') as demo:
|
176 |
#with gr.Blocks(title="Sophia, Torah Codes") as app:
|
177 |
#with gr.Row():
|
178 |
+
|
179 |
chatBot = gr.ChatInterface(
|
180 |
respond,
|
181 |
retry_btn=None,
|
|
|
183 |
clear_btn="Clear",
|
184 |
examples=["I want you to interpret a dream where I travel to space and see the earth in small size, then a fireball comes for me and I teleport to another planet full of fruits, trees and forests, there I meet a witch who makes me drink a potion and then I wake up","Tell me how religion, the stars and the written language and its symbols are intertwined","Explain to me all the biblical references about God being the word literally.","What relationship do the characters of the alphabet have with the stars, constellations and planets?","Give me the names of angels for June 28, 2024 according to your knowledge","What prediction can you make according to the angelic tables for November 5, 2024, interpret it according to the Kabbalistic tradition?"]
|
185 |
)
|
186 |
+
|
187 |
|
188 |
#with gr.Tab("Chat"):
|
189 |
# chatBot = gr.ChatInterface(
|