Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,8 +51,6 @@ def create_interface():
|
|
| 51 |
- Transaction processes and fees
|
| 52 |
- Platform features and troubleshooting
|
| 53 |
- General service information
|
| 54 |
-
|
| 55 |
-
*Simply type your question below and click Send!*
|
| 56 |
""")
|
| 57 |
|
| 58 |
session_id_box = gr.Textbox(label="Session ID", value=str(uuid.uuid4()), interactive=True)
|
|
|
|
| 51 |
- Transaction processes and fees
|
| 52 |
- Platform features and troubleshooting
|
| 53 |
- General service information
|
|
|
|
|
|
|
| 54 |
""")
|
| 55 |
|
| 56 |
session_id_box = gr.Textbox(label="Session ID", value=str(uuid.uuid4()), interactive=True)
|