Spaces:
Running
Running
Sean Hamill
commited on
Commit
·
c704005
1
Parent(s):
ae728ff
app.py
CHANGED
@@ -67,7 +67,7 @@ def pdf_to_text(file_obj, progress=gr.Progress()):
|
|
67 |
return str(result.content), gr.update(visible=True), gr.update(visible=False)
|
68 |
|
69 |
chat = ChatWrapper()
|
70 |
-
# rabbndi dawdwda wadawd dwad aidiodsdawhd
|
71 |
with gr.Blocks(css="footer {visibility: hidden;}", theme="grass") as demo:
|
72 |
chat_history_state = gr.State()
|
73 |
pdf_content = gr.State()
|
|
|
67 |
return str(result.content), gr.update(visible=True), gr.update(visible=False)
|
68 |
|
69 |
chat = ChatWrapper()
|
70 |
+
# rabbndi dawdwda wadawd dwad aidiodsdawhd hjsssbjhjbhjb ddw
|
71 |
with gr.Blocks(css="footer {visibility: hidden;}", theme="grass") as demo:
|
72 |
chat_history_state = gr.State()
|
73 |
pdf_content = gr.State()
|