Spaces:
Sleeping
Sleeping
Update tools/ai_act_generator.py
Browse files
tools/ai_act_generator.py
CHANGED
|
@@ -142,7 +142,7 @@ What is the name of your organization?
|
|
| 142 |
chatbot = gr.Chatbot(type="messages", value=stored_messages)
|
| 143 |
msg = gr.Textbox(label="Your answer")
|
| 144 |
state = gr.State()
|
| 145 |
-
file_output = gr.File(visible=
|
| 146 |
restart_button = gr.Button("🔁 Restart")
|
| 147 |
|
| 148 |
def chat_logic(user_msg, state):
|
|
|
|
| 142 |
chatbot = gr.Chatbot(type="messages", value=stored_messages)
|
| 143 |
msg = gr.Textbox(label="Your answer")
|
| 144 |
state = gr.State()
|
| 145 |
+
file_output = gr.File(label="Download PDF", visible=True)
|
| 146 |
restart_button = gr.Button("🔁 Restart")
|
| 147 |
|
| 148 |
def chat_logic(user_msg, state):
|